Computer Science, asked by gauravanarase12345, 11 hours ago

which data structure use for mobile contact ???​

Answers

Answered by Anonymous
6

Answer:

You Should use TRIE data Structure for Implementing Phonebook. TRIE is an ordered tree data structure that uses strings as keys. Unlike Binary Trees , TRIE does not store keys associated with the node. You could accomplish this with a single hash table or other type of associative array (if you wanted to).

Answered by smitasankhe23
8

Answer:

You Should use TRIE data Structure for Implementing Phonebook. TRIE is an ordered tree data structure that uses strings as keys. Unlike Binary Trees , TRIE does not store keys associated with the node. You could accomplish this with a single hash table or other type of associative array (if you wanted to).

Similar questions