I've been getting more and more interested in programming languages ever since I did a prototype of that programmable robot game a couple of weeks ago.
Tag Archives: CS
How to implement a hash table
I've known for a long time that hash tables (aka "hash maps" or "dictionaries") were data structures for storing key/value pairs. A perfect example of this is a dictionary.