[Tutor] Sorted dictionaries

Alexandre Ratti alex@gabuzomeu.net
Sat Jul 26 05:06:01 2003


Hello,


Danny Yoo wrote:

>Python's Dictionary type is based on a classic data structure called a
>"hash table".  If you'd like, we can give a small introduction on hash
>tables to get a feel for how they work.  I think I wrote something about
>it a year or so ago on Python-Tutor, but I'm having a hard time finding
>  
>
Here are two introductions that I saved in my notewiki:

http://mail.python.org/pipermail/tutor/2002-January/011281.html
http://mail.python.org/pipermail/tutor/2002-March/013211.html


Cheers.

Alexandre