Revision history [back]

click to hide/show revision 1
initial version

posted Sep 17 '10

sriram gravatar image sriram
11 2 2 6

how to remove duplicate elements in a list

From a list L = ([1,2,3,4],[3,5,6,7],[7,8,9,10],[1,2,3.4]) remove duplicate sets here [1,2,3,4] has occurred twice and put only one making L = ([1,2,3,4],[3,5,6,7],[7,8,9,10])

click to hide/show revision 2
retagged

updated Apr 28 '11

Kelvin Li gravatar image Kelvin Li
423 9 16

how to remove duplicate elements in a list

From a list L = ([1,2,3,4],[3,5,6,7],[7,8,9,10],[1,2,3.4]) remove duplicate sets here [1,2,3,4] has occurred twice and put only one making L = ([1,2,3,4],[3,5,6,7],[7,8,9,10])

powered by ASKBOT version 0.7.22
Copyright Sage, 2010. Some rights reserved under creative commons license.