Balanced trees

Marko Rauhamaa marko at pacujo.net
Wed Mar 19 09:54:40 EDT 2014


Steven D'Aprano <steve+comp.lang.python at pearwood.info>:

> Please re-read what I wrote. I didn't say "if your data comes to you
> fully randomized". I said "if you are in a position to randomize the
> data before storing it". In other words, if you actively randomize the
> data yourself.

Yes, you could implement a "hash table" that way.


Marko



More information about the Python-list mailing list