Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 367 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 367 Bytes

MultiMap implementation

🗺️ C++ MultiMap implementation using a HashTable with collision resolution by chaining.

(Data Structures Uni Assignment)

Features

  • Basic MultiMap operations
  • An application using the implemented data structure to store nodes in a graph
  • Calculate the shortest path between 2 given points