A list of written templated data structures implemented to comply with the C++11 container standards:
•Map: balanced search tree and hash table
•Set: Hash table and linked list
•Priority Queue: Heap and linked list
•Queue: Linked list
All source coded here will not correctly compiled because it is depended on others course related materials. If needed, please contact me at [email protected] for the dependencies.