[Python-Dev] collections.sortedtree (original) (raw)
Benjamin Peterson benjamin at python.org
Wed Mar 26 21:55:00 CET 2014
- Previous message: [Python-Dev] collections.sortedtree
- Next message: [Python-Dev] collections.sortedtree
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On Wed, Mar 26, 2014, at 13:31, Marko Rauhamaa wrote:
I have made a full implementation of a balanced tree and would like to know what the process is to have it considered for inclusion in Python 3.
It's not a bad idea. (I believe others have proposed an red-black tree.) Certainly, it requires a PEP and a few months of bikesheding, though.
- Previous message: [Python-Dev] collections.sortedtree
- Next message: [Python-Dev] collections.sortedtree
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]