Quantcast
Viewing all articles
Browse latest Browse all 33813

RE: removing repetitions from list with same elements but in reverse order

Hi Raghu, Your description in the original post was rather unclear - I assumed the same as Lawrence. Something like this is probably what you want? procedure(CCFfilterReversedLists(l) let(((revListTable makeTable('reversedLists nil))) setof(sublist l unless(revListTable[sublist] when(listp(sublist) revListTable[reverse(sublist)]=t ) t ) ) ) ) Regards, Andrew.Image may be NSFW.
Clik here to view.

Viewing all articles
Browse latest Browse all 33813

Trending Articles