Paul Rubin <http://[EMAIL PROTECTED]> writes:

> for fancier structures you'd need a full blown class implementation
> with an init method.  Either way you end up temporarily allocating a
> lot of extra structures, but at least they're not all in memory
> simultaneously like in the DSU pattern.

The implementation of python sort uses the DSU patterns.

-- 
Arnaud
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to