CSRT-NTUA / AlgoPlus

AlgoPlus is a C++17 library for complex data structures and algorithms
https://csrt-ntua.github.io/AlgoPlus
Apache License 2.0
141 stars 20 forks source link

Add hash_table class, associated tests, and tutorial documentation #20

Closed Shu-AFK closed 5 months ago

Shu-AFK commented 5 months ago

Introduced a new hash_table class in the 'classes' directory, providing a simple implementation of a hash_table data structure. Unit tests have been added under the 'tests' directory to ensure its functionality. Also, tutorial documentation has been created to guide users on how to use the hash_table class.