📚 collection of JavaScript and TypeScript data structures and algorithms for education purposes. Source code bundle of JavaScript algorithms and data structures book
-
Updated
Dec 7, 2025 - JavaScript
📚 collection of JavaScript and TypeScript data structures and algorithms for education purposes. Source code bundle of JavaScript algorithms and data structures book
Pathfinding on a real map anywhere in the world
Visualize working of famous algorithms, Currently Implemented Path Finding (Dijkstra's, A Star, BFS, DFS) Sorting (Bubble, Insertion, Selection, Merge, Quick, Heap)
Pathfinder visualizer using principles from Djikstra’s algorithm and breadth first search
This is a three dimensional pathfinding algorithm visualizer project.
A helpful repo with various type of data structures & algorithms written using JavaScript.
A web app to help visualizing typical graph searching algorithms
React Base Algorithm Visualization.
Visualize and solve problems related to Dijkstra Algorithm.
Visualization of some path finding algorithms such as Dijkstra's Algorithm, A* Algorithm.
Mangalyaan is a web application that helps a Mars rover to find the shortest path between two points on a surface while avoiding obstacles on the way using different searching algorithms.
♨️ Data structures, algorithms and problem solving patterns using JavaScript.
A visualizer for different pathfinding algorithms. (Currently visualizes Dijkstra's Algorithm only)
An interactive HTML5 canvas graph that shows the shortest path between any two nodes.
JIIT-128 Classroom Finder
A Path Finder & Visualizer developed using Dijkstra's Algorithm
Pathfinding visualizer - It is an application of Dijkstra's algorithm which finds the shortest possible path between two points. Created to learn Reactjs.
Visualization of Dijkstra shortest Path Finding Algorithm.
An efficient shortest pathfinding system for transportation networks using Dijkstra's algorithm. Built with Django (backend), PostgreSQL (map data storage and path queries), and MapLibre GL JS in Next.js (interactive OpenStreetMap-based frontend). Optimized to compute shortest paths directly in SQL without loading full graphs into memory.
Add a description, image, and links to the dijkstra-algorithm topic page so that developers can more easily learn about it.
To associate your repository with the dijkstra-algorithm topic, visit your repo's landing page and select "manage topics."