This test program will test the functionality of a hasmap. In a nutshell, the hashmap is a structure to hold data that allows very fast lookups. Compared to a started list where the program has to test every single cells, the hashmap is direct.
Program needs these features
[ ] Be stored on the test branch with the following name: hashmapTest.c
[ ] Explain in detail what the code does
[ ] Hashing function (ex. SHA256 or home made)
[ ] Benchmark metrics for performance time compared to normal list
This test program will test the functionality of a hasmap. In a nutshell, the hashmap is a structure to hold data that allows very fast lookups. Compared to a started list where the program has to test every single cells, the hashmap is direct.
Program needs these features
This issue can be used in conjunction with #3