A C program that implements and benchmarks three data structures for storing user scores:
- Dynamic Array
- Linked List
- Hash Table
It can load, search, add, amend, display, remove and unload entries from a dataset of usernames and scores.
All you need to do is download the executable file from the latest release, and follow the instructions there!