Skip to content

An efficient way to search a contact's name from a contact list.An advanced data structure called 'TRIE' is used to optimize the time complexity.

Notifications You must be signed in to change notification settings

narayan-ns26/Phone-Book-Dictionary

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Phone-Book-Dictionary

Given a list of contacts which exist in a phone directory. The task is to implement search query for the phone directory.The phonebook dictionary is designed using TRIE data structure which on input any characters gives the names and numbers of all matching names(prefix).

About

An efficient way to search a contact's name from a contact list.An advanced data structure called 'TRIE' is used to optimize the time complexity.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages