emory-courses / dsa-java

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

[HW#2] getCandidate with a word prefix #142

Closed caroltang0331 closed 3 years ago

caroltang0331 commented 3 years ago

if the prefix itself is a word in dict.txt, should we include that when we give out that in our list of candidates? or should we start with the candidates that are one character longer.

marvinquiet commented 3 years ago

Yes, you should include it.