emory-courses / dsa-java

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

[QZ#6] Test case 5 graph #172

Closed lcunild closed 3 years ago

lcunild commented 3 years ago

Does our algorithm need to be able to work for undirected graphs, like the one given by the test code testQuiz5? The picture appears to be directed, however the test case has been initialized as undirected.

marvinquiet commented 3 years ago

In my understanding, we will only test the directed graph at this time.