Search found 4 matches

by misha1988
Thu Apr 22, 2010 4:59 am
Forum: Common Lisp
Topic: Detele duplicates from list
Replies: 9
Views: 8152

Re: Detele duplicates from list

(send-to-lector #' remove-duplicates ) Anyway, send us your attempts.. These functions are already writen :D I can't just send this link to lector :ugeek: :lol: I should give him scource of a function that uses recursion :S can anyone write it :?: help me, the deadline is in 3 days :oops:
by misha1988
Wed Apr 21, 2010 5:51 am
Forum: Common Lisp
Topic: Detele duplicates from list
Replies: 9
Views: 8152

Re: Detele duplicates from list

please help me and write a simple function. First write a recursive function that can print each element of the list. (output is useful for testing) Then add an optional parameter called output ; have it initialize to an empty list, and push each element onto it. Then augment your function to only ...
by misha1988
Sun Apr 18, 2010 7:27 am
Forum: Common Lisp
Topic: Detele duplicates from list
Replies: 9
Views: 8152

Re: Detele duplicates from list

we didn't learn hashtable.

we just learned elementary lisp an in this function we must use recursion only.

please help me and write a simple function.
by misha1988
Sun Apr 18, 2010 6:01 am
Forum: Common Lisp
Topic: Detele duplicates from list
Replies: 9
Views: 8152

Detele duplicates from list

Hi , I am new to LISP and on my exam I had to write a function that I would pass a list as an argument and it would return a list without duplicates.


please help me :roll: