Hi,

I am trying to implement the duplicate removal for a list.
I want to check if the head of list is contained in the tail of the list.
So i need a function which returns a boolean value suggesting whether tail contains the head or not. Is there any function to see if the given element is contained in a list?

Thanks and Regards
Ravi




On Thu, 26 Jun 2008, Ezra Cooper wrote:

Ravi Dangeti wrote:
Are there any functions to remove duplicates from a list and identify common and different elements between two lists?

Nope, I don't think we have those. Looks like another fun programming task for you!

Ezra




--
The University of Edinburgh is a charitable body, registered in
Scotland, with registration number SC005336.

_______________________________________________
links-users mailing list
[email protected]
http://lists.inf.ed.ac.uk/mailman/listinfo/links-users

Reply via email to