Brigette Hodson 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
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
wrote:
> Hello! I am in a beginning algorithms class this semester and I am work
Brigette Hodson schrieb:
> 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 g
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?
Tha