This week we had to write a hash table, also known as a dictionary. Hash tables are really nice because you can index with more than just integers, and they are faster running times than a regular array or a linked list.
Here is my code:
That's all for now, thanks for reading!
No comments:
Post a Comment