emory-courses / dsa-java

Data Structures and Algorithms in Java
https://emory.gitbook.io/dsa-java/
42 stars 55 forks source link

[QZ5] Trie of countries? #218

Closed saspoon1 closed 1 year ago

saspoon1 commented 2 years ago

Do we get a list of all country names and a trie containing all the country names in the list? If so, what is it called?