RodrigoDLPontes / visualization-tool

Visualization tool for various data structures & algorithms taught in Georgia Tech's CS 1332 class
visualization-tool.rodrigodlpontes.vercel.app
Other
104 stars 67 forks source link

Fix Dijkstra's animation imparity #321

Open luciankt opened 10 months ago

luciankt commented 10 months ago

The actual code and the pseudocode update the distance map at slightly different times, it would be great to bring everything in parity and have the same exact algorithm in both the animation and pseudocode.