emory-courses / dsa-java

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

[HW#2] PickCandidates logic #162

Closed TFloyd1989 closed 4 years ago

TFloyd1989 commented 4 years ago

If a picked word for a given prefix is not in the dictionary trie, should we put in the trie in addition to returning it in the list?

jdchoi77 commented 4 years ago

Yes