|
1d037dd31e
|
Make as many variables const as possible.
|
2017-07-20 21:53:25 -07:00 |
|
|
c8d733e410
|
Switch hash tables to longs, as longs guarantee 32 bits.
The default FNV hash requires 32 bits at least.
|
2017-01-27 21:29:28 -08:00 |
|
|
936b2835b2
|
Add more comments and a new comparison function.
|
2016-12-28 19:29:51 -08:00 |
|
|
27ea69e125
|
Add documentation to data structure code.
|
2016-12-22 18:43:59 -08:00 |
|
|
52640ed8f9
|
Format code.
|
2016-12-21 15:07:01 -08:00 |
|
|
8447522dc2
|
Add and implement a hash table.
|
2016-12-21 01:07:47 -08:00 |
|