dijkstra-algorithm topic

List dijkstra-algorithm repositories

Pathfinding

308
Stars
27
Forks
Watchers

Pathfinding on a real map anywhere in the world

pathfinding-visualizer

22
Stars
6
Forks
Watchers

A web app to help visualizing typical graph searching algorithms

FXGraphAlgorithmSimulator

61
Stars
28
Forks
Watchers

Visualizes specific Graph Algorithms like BFS, DFS, MST etc. on interactive user input graphs.

AlgorithmsIlluminated

18
Stars
10
Forks
Watchers

Python solutions for Tim Roughgarden's 4 part books called Algorithms Illuminated

arlib

16
Stars
5
Forks
Watchers

C++ Alternative Routing Library for Boost.Graph. A configurable, efficient, plug-n-play solution for alternative route planning and k-shortest paths problems.

CMPE250-projects

15
Stars
1
Forks
Watchers

Five Java projects assigned for the Data Structures and Algorithms (CMPE 250) course in the Fall 2021-22 semester.

data-structure-typed

88
Stars
6
Forks
Watchers

Javascript Data Structure & TypeScript Data Structure. Heap, Binary Tree, Red Black Tree, Linked List, Deque, Trie, HashMap, Directed Graph, Undirected Graph, Binary Search Tree, AVL Tree, Priority Qu...

visual-maze-solver

29
Stars
4
Forks
Watchers

A minimal visual maze solver using various algorithms.