]> granicus.if.org Git - python/commit
A clever union-find implementation from c.l.py, due to David Eppstein.
authorTim Peters <tim.peters@gmail.com>
Mon, 2 Jul 2001 01:38:33 +0000 (01:38 +0000)
committerTim Peters <tim.peters@gmail.com>
Mon, 2 Jul 2001 01:38:33 +0000 (01:38 +0000)
commit353026663c6ad05b3d78e3c5776f2ece5d6f3f5b
treea8a8924b03046c58c96095fb7c95b3fb4b18fa52
parenteefac35594980b517f92261ac8baa26d8d320e96
A clever union-find implementation from c.l.py, due to David Eppstein.
This is another one that leaks memory without an explict clear!  Time to
bite this bullet.
Lib/test/test_generators.py