Skip to content

Latest commit

 

History

History
6 lines (6 loc) · 663 Bytes

README.md

File metadata and controls

6 lines (6 loc) · 663 Bytes

PhoneBook-Directory

PhoneBook Directory Tries
Phonebook directory based on tries data structure, supports operations add, delete, find, display all. Tries
All code is written in C++, this can also be used to extract out basic features of tries data structure, their fundamental implementations. The actual code is present in main.cpp