I need help finding the first position of an element in a list and then finding all positions of the same element in both Scheme and Prolog for a really late exam for a course I did half a year ago and can't remember ANYTHING :(
Any ideas?
feedback
|
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. See the FAQ for guidance on how to improve it.
|
Here's a version in Prolog:
| |||||
feedback
|
|
Here's a version in Scheme:
The above returns a list with the 0-based indexes where | |||
|
feedback
|
|
As far as Scheme goes, if you want to learn to do it then skim The Little Schemer. Someone else may have a recommendation for the appropriate Prolog book. | |||
feedback
|