An interactive logistics route optimizer using Dijkstra's shortest path algorithm implemented in both WebAssembly and JavaScript. Built with Preact for optimal performance and vanilla CSS for a clean, ...
Implement Dijkstra's algorithm. Start with the template I provided in code.js and test your new function. I have not provided any test code, but you can base yours on test code from other exercises.