Python Dictionary Algorithm Question

Scott MacDonald scott.p.macdonald at gmail.com
Tue Dec 16 13:15:30 EST 2008


You might be interested in the "Beautiful Code" book:
http://oreilly.com/catalog/9780596510046/

It has a chapter on Python's dict implementation that is pretty good.

On Tue, Dec 16, 2008 at 10:51 AM, Brigette Hodson
<brigettehodson at gmail.com>wrote:

> Hello! I am in a beginning algorithms class this semester and I am working
> on a presentation. I want to discuss in some detail the algorithm python
> uses to determine the hash function for python dictionaries. Does anyone
> know what this algorithm is? Or where I can go to find information on it?
>
> Thanks.
>
> --
> http://mail.python.org/mailman/listinfo/python-list
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-list/attachments/20081216/8da85437/attachment-0001.html>


More information about the Python-list mailing list