Code samples & inspiration taken from:
- https://github.com/nothings/stb/blob/master/stb_ds.h by Sean Barrett
- https://web.archive.org/web/20071102041545/http://www.concentric.net/~Ttwang/tech/inthash.htm by Thomas Wang
- http://www.cse.yorku.ca/~oz/hash.html
- https://burtleburtle.net/bob/hash/integer.html
TODO: Add more hash functions:
- https://en.wikipedia.org/wiki/List_of_hash_functions
- https://en.wikipedia.org/wiki/Comparison_of_cryptographic_hash_functions
- https://en.wikipedia.org/wiki/NIST_hash_function_competition#cite_note-71
- Linked List
- Singly linked list
- Doubly linked list
- Singly linked list
- XOR linked list
- Unrolled linked list
- Trie