This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author noamr
Recipients
Date 2006-04-02.22:00:06
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=679426

I just wanted to say that I believe that my analysis is
correct: you can count the O(n) of the firsh hash with the
creation of the tuple, which is obviously O(n). So if you
count calculating the hash value as O(1), you'll end up with
the correct O() for the complete program, even though the
first hash isn't really O(1).
History
Date User Action Args
2007-08-23 15:47:35adminlinkissue1462796 messages
2007-08-23 15:47:35admincreate