cs425-t11-2021 / graph-it

0 stars 1 forks source link

Dijkstra's algorithm throws null pointer when directed edges are involved. #147

Closed JimmyJamJr closed 2 years ago

JimmyJamJr commented 2 years ago

Line 61

landonfox00 commented 2 years ago

Issue is now fixed, but dijkstra has chance to return null when path does not exist.