Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 462 Bytes

File metadata and controls

6 lines (4 loc) · 462 Bytes

Contacts Directory CLI App in C++

Contacts Directory Command Line program with File handling. Implemented with Hash Table and Priority queue. Hash Tables are used to save contacts information and the Priority queue is mainly used to implement a display method that displays contacts info in alphabetical order.

Demo Video

Contacts Directory Application in C++