dijkstra-algorithm topic
animated-london-tube
Using the London Underground to explain pathfinding algorithms visually
unity-dijkstras-pathfinding
Dijkstra's Pathfinding Algorithm Unity Implementation. (Not being maintained by me, it is just an experiment.)
javascript-datastructures-algorithms
:books: collection of JavaScript and TypeScript data structures and algorithms for education purposes. Source code bundle of JavaScript algorithms and data structures book
SwiftGraph
A Graph Data Structure in Pure Swift
fast_paths
Fast shortest path calculations for Rust
CXXGraph
Header-Only C++ Library for Graph Representation and Algorithms
dijkstra
Fastest golang Dijkstra path finder
Algorithms
Free hands-on course with the implementation (in Python) and description of several computational, mathematical and statistical algorithms.
Pathfinding-Algorithms
A visualizer for the core search algorithms used in AI and game development. Special thanks to Amit Patel and his cool tutorials for providing me with the inspiration. #MadeWithUnity
Advanced-Shortest-Paths-Algorithms
Java Code for Contraction Hierarchies Algorithm, A-Star Algorithm and Bidirectional Dijkstra Algorithm. Tested and Verified Code.