emory-courses / dsa-java

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

Homework 2 Test case question #215

Closed bianshuyang closed 2 years ago

bianshuyang commented 2 years ago

prefix = "sh"; expected = List.of("she", "ship", "shell", "school"); testGetCandidates(ac, eval, prefix, expected); I used the test file to test my written code, but I don't think the above code is correct. Is my understanding correct that school shall not be a returned value?