Match items in large list

Paul Rubin http
Thu Feb 12 06:06:48 EST 2009


Fisherking <anders.mackey at gmail.com> writes:
> Which are the best way of searching through the list and extract the
> items that are the same.

Sort the list, then scan through looking for duplicates, which will be
adjacent to each other.



More information about the Python-list mailing list