Suppose I have a list[1,2,1,3,2,0,8,3,1],I want to find the index of the last 3 which is 7, How to do it in prolog? Any help would be much appreciated.
|
feedback
|
|
Something like
This traverses the whole list, maintaining the index of the last needle seen. Is this homework? | |||
|
feedback
|