Write a predicate for reverse listWrite a skip predicateWhat is the difference between == and = in Prolog?What is the meaning of slash after the predicate name in Prolog?Prolog no operand PredicatesProlog list accidentally reversingAvoid recursion in predicateHow to write earlier statement in prolog?Prolog: Reverse function of string_to_listProlog: How does delete predicate supply even the beginning of the listCan someone explain me the meaning of nested pairs in Prolog’s list ?Write a skip predicate
Can a planet have a different gravitational pull depending on its location in orbit around its sun?
Could a US political party gain complete control over the government by removing checks & balances?
Was there ever an axiom rendered a theorem?
How can I fix this gap between bookcases I made?
How do I create uniquely male characters?
Patience, young "Padovan"
A poker game description that does not feel gimmicky
"listening to me about as much as you're listening to this pole here"
Where to refill my bottle in India?
What is GPS' 19 year rollover and does it present a cybersecurity issue?
How to answer pointed "are you quitting" questioning when I don't want them to suspect
Is "plugging out" electronic devices an American expression?
Does a dangling wire really electrocute me if I'm standing in water?
Does it makes sense to buy a new cycle to learn riding?
Lied on resume at previous job
Why did the Germans forbid the possession of pet pigeons in Rostov-on-Don in 1941?
Is this food a bread or a loaf?
What are the advantages and disadvantages of running one shots compared to campaigns?
Information to fellow intern about hiring?
Is it wise to focus on putting odd beats on left when playing double bass drums?
Why is the design of haulage companies so “special”?
What does it exactly mean if a random variable follows a distribution
How could a lack of term limits lead to a "dictatorship?"
Is every set a filtered colimit of finite sets?
Write a predicate for reverse list
Write a skip predicateWhat is the difference between == and = in Prolog?What is the meaning of slash after the predicate name in Prolog?Prolog no operand PredicatesProlog list accidentally reversingAvoid recursion in predicateHow to write earlier statement in prolog?Prolog: Reverse function of string_to_listProlog: How does delete predicate supply even the beginning of the listCan someone explain me the meaning of nested pairs in Prolog’s list ?Write a skip predicate
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty height:90px;width:728px;box-sizing:border-box;
someone asks a question about Prolog, But I even don't know what does he mean can someone explain to me??
toggles back-and-forth from reverse
?- togglesturn([11,12,13,14,15],[13],L). L = [13, 12, 11, 14, 15].
?- togglesturn([11,a,13,15,hi,15,17,t],[15,a,a],L). L = [a, 11, 13, 15, 15, hi, 17, t].
can someone see the pattern and explain to me what does turn does???
prolog
add a comment |
someone asks a question about Prolog, But I even don't know what does he mean can someone explain to me??
toggles back-and-forth from reverse
?- togglesturn([11,12,13,14,15],[13],L). L = [13, 12, 11, 14, 15].
?- togglesturn([11,a,13,15,hi,15,17,t],[15,a,a],L). L = [a, 11, 13, 15, 15, hi, 17, t].
can someone see the pattern and explain to me what does turn does???
prolog
add a comment |
someone asks a question about Prolog, But I even don't know what does he mean can someone explain to me??
toggles back-and-forth from reverse
?- togglesturn([11,12,13,14,15],[13],L). L = [13, 12, 11, 14, 15].
?- togglesturn([11,a,13,15,hi,15,17,t],[15,a,a],L). L = [a, 11, 13, 15, 15, hi, 17, t].
can someone see the pattern and explain to me what does turn does???
prolog
someone asks a question about Prolog, But I even don't know what does he mean can someone explain to me??
toggles back-and-forth from reverse
?- togglesturn([11,12,13,14,15],[13],L). L = [13, 12, 11, 14, 15].
?- togglesturn([11,a,13,15,hi,15,17,t],[15,a,a],L). L = [a, 11, 13, 15, 15, hi, 17, t].
can someone see the pattern and explain to me what does turn does???
prolog
prolog
edited Mar 23 at 8:13
Jack Mulin
94
94
asked Mar 22 at 1:45
miaomiaomiaomiao
61
61
add a comment |
add a comment |
0
active
oldest
votes
Your Answer
StackExchange.ifUsing("editor", function ()
StackExchange.using("externalEditor", function ()
StackExchange.using("snippets", function ()
StackExchange.snippets.init();
);
);
, "code-snippets");
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "1"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55291727%2fwrite-a-predicate-for-reverse-list%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
Thanks for contributing an answer to Stack Overflow!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55291727%2fwrite-a-predicate-for-reverse-list%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown