Talk:Hash Table

From GPWiki

Files:GUITutorial_warn.gif The Game Programming Wiki has moved! Files:GUITutorial_warn.gif

The wiki is now hosted by GameDev.NET at wiki.gamedev.net. All gpwiki.org content has been moved to the new server.

However, the GPWiki forums are still active! Come say hello.

I stole this from wiki.rednek.net, but that is okay cause I wrote it --Marijn

Example?

I learned quite a bit from this article, but it would be very helpful for a quick C++ example so that I could see how a hash table is actually created (more specifically, the implementation of the hashing function is what I'm curious about)

I think this might help other people as well.

--71.13.152.26 23:33, 28 July 2006 (EDT)

Example

I wrote an example. It's not the best, but it works;

Theta4 20:44, 19 December 2007 (EST)