3 years, 1 month ago
Does anyone know of a good tutorial for writing a hash map in C?
Separate topics with commas, or by pressing return. Use the delete or backspace key to edit or remove existing topics.
You can leave an optional "tip" with Mahalo's virtual currency, Mahalo Dollars. If you are asking a difficult question that might require some research, or if you'd like a wide variety of feedback, a higher tip often leads to more answers to your question.
M$1 Answer
I think you should take a look at these websites:
http://en.wikipedia.org/wiki/Hashmap
- http://uthash.sourceforge.net/
- http://www.cl.cam.ac.uk/~cwc22/hashtable/
- http://bd-things.net/hash-maps-with-linear-probing-and-separate-chaining/
http://en.wikipedia.org/wiki/Hashmap
You can leave an optional "tip" with Mahalo's virtual currency, Mahalo Dollars. If you are asking a difficult question that might require some research, or if you'd like a wide variety of feedback, a higher tip often leads to more answers to your question.
M$Report Abuse