We are building a Phone book (Contacts) application and i have just googled on the net and found a useful data structure to use for the phone book application which is TRIE.
Could you please guide/suggest links such that we can implement a Phone book application using Trie data Structure.
Im a new bie to Data Structure and Algorithms in Java,Please consider this as my request to help me out.
Im unable to proceed as to whether it is really possible to implement it using TRIE data Structure or not?