Skip to content

Latest commit

 

History

History

telephone-numbers

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

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.