Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 405 Bytes

File metadata and controls

3 lines (2 loc) · 405 Bytes

TELEPHONE NUMBERS

This puzzle focuses on learning about optimized data structures, specifically tries and trees. The objective is to store multiple phone numbers efficiently using a tree data structure and then count the total number of nodes in the tree. It is important to note that multiple tree roots may be needed for this task. To solve the puzzle, one can apply concepts such as sets and tries.