Hi everybody, I'm having a little problem with list seraching. I have to be able to find words in a word-puzzle.
I can't seem to solve the rule for searching a list of letters in another list.
Ex:
search([a,b,c],[[d,f,g],[e,a,b,c],N).
N=2.
I need to be able to find in what list it is, and I can't figure out how to go on after finding the first letter. Can anyone help me, please!
Thanx a lot.
I can't seem to solve the rule for searching a list of letters in another list.
Ex:
search([a,b,c],[[d,f,g],[e,a,b,c],N).
N=2.
I need to be able to find in what list it is, and I can't figure out how to go on after finding the first letter. Can anyone help me, please!
Thanx a lot.