zrygan / DSA-Project

Repository for CCDSALG Projects by Balcita, V., Ganituen, Z., and Jimenez, J.
0 stars 0 forks source link

Debugging BFS #13

Closed zrygan closed 1 month ago

zrygan commented 1 month ago

Use test file: test/2.txt

Corresponding graph: image

[input]__start vertex: 13 [actual]____13 10 12 8 1 9 [expected]13 10 12 8 9 1 2 4 (verify if this is actually the expected)