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
> to find information on it?
> 
> Thanks.
> 
Look in

  http://svn.python.org/view/python/tags/r26/Objects/

for dictnotes.txt and dictobject.c. Good luck with the class!

regards
 Steve
-- 
Steve Holden        +1 571 484 6266   +1 800 494 3119
Holden Web LLC              http://www.holdenweb.com/

--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to