Projects in Awesome Lists tagged with dijkstra-algorithm
A curated list of projects in awesome lists tagged with dijkstra-algorithm .
https://github.com/aurasphere/reply-challenge-2018
My solution to the Reply challenge training problem.
astar-algorithm challenge dijkstra-algorithm java pathfinding shortest
Last synced: 13 Jun 2026
https://github.com/sys27/maze
Path search algorithms
astar astar-algorithm bfs bfs-algorithm dijkstra dijkstra-algorithm
Last synced: 28 Mar 2025
https://github.com/nmarkert/python-dijkstra
Python Package for easy applicable Dijkstra Algorithm
Last synced: 03 Apr 2025
https://github.com/reala10n/car-pathfinding-problem
פרויקט חמש יחידות הבגרות שלי במדעי המחשב, כחלק מתוכנית אלפא בטכניון
a-star a-star-algorithm algorithm car dijkstra-algorithm pathfinding pathfinding-algorithm prm probabilistic-road-map rrt
Last synced: 13 Jun 2025
https://github.com/kishore-ganesh/dijkistragraphical
A simple program that implements Dijkistra's algorithm graphically using SDL. A work in progress.
dijkstra-algorithm dijkstra-shortest-path dijkstraa-algorithm dijkstrasalgorithm dijsktra-shortest-path sdl2
Last synced: 09 Aug 2025
https://github.com/hatixntsoa/dijkstra_solver
A Simple Dijkstra's Algorithm Solver
dijkstra-algorithm pypi python
Last synced: 30 Jul 2025
https://github.com/jaydattpatel/graphs-dijkstra-floyd-algorithm
Different operation of Directed Graph or Undirected Graph using C++
adjacency-matrix all-pairs-shortest-path cpp dijkstra dijkstra-algorithm dijkstra-shortest-path directed-graph distance-matrix edges floyd-warshall graphs incidence-matrix object-oriented-programming online-manipal-bca shortest-paths undirected-graphs vertex vertex-edge
Last synced: 09 Feb 2026
https://github.com/ghosts6/algorithms
A collection of search, sorting, graph, greedy, and optimization algorithms implemented in C++ and Python, including Binary Search, BFS, Dijkstra's Algorithm, Bubble Sort, and the Four Color Theorem. 🚀
algorithms bfs-algorithm bigo bigomega binary-search-algorithm bubble-sort cpp dijkstra-algorithm jump-search linear-search python3 timecomplexity
Last synced: 25 Feb 2026
https://github.com/nemeslaszlo/dijkstra
Dijkstra Implementation with Python 2.7
dijkstra dijkstra-algorithm python27
Last synced: 25 Oct 2025
https://github.com/aleksavukadinovic/kiaa
Materijali i rokovi za kurs konstrukcija i analiza algoritama za I smer na Matematickom fakultetu.
algorithms-and-data-structures bellman-ford-algorithm chinese-remainder-theorem convex-hull-algorithms data-structures dijkstra-algorithm eratostenes-sieve floyd-warshall-algorithm graph kmp kmp-algorithm minimum-spanning-trees segment-tree trie z-algorithm
Last synced: 05 Jan 2026
https://github.com/sathiiii/hackerrank-solutions
Solutions for hackerrank Medium | Hard Problems with explanations
cpp cpp14 dijkstra-algorithm dynamic-programming game-theoretic-algorithms gametheory graph-algorithms graph-theory hackerrank hackerrank-algorithms-solutions hackerrank-challenges hackerrank-cpp hackerrank-python hackerrank-solutions hackerrank-solutions-github hackerrank-solutions-in-cpp kruskal-algorithm python python-3 python3
Last synced: 10 May 2026
https://github.com/vitalibo/grapes
Six degrees of separation theory research
ansible dijkstra-algorithm graph hadoop mapreduce research six-degrees-of-separation
Last synced: 05 May 2026
https://github.com/rivaanranawat/pathvisualizer
A Path Finder & Visualizer developed using Dijkstra's Algorithm
dijkstra-algorithm javascript react
Last synced: 12 May 2026
https://github.com/mzusin/mz-graph
Typescript implementation of graphs.
adjacency-list adjacency-matrix bfs cycle-detection dfs dijkstra dijkstra-algorithm disjoint-set-union dsu graph matrix union-find
Last synced: 03 Aug 2025
https://github.com/thekamik/searching-algorithms
Implementing Dijkstra, Bellman-Ford, and A* algorithms in C++
a-star-algorithm bellman-ford-algorithm cpp dijkstra-algorithm graphs graphs-algorithms search-algorithm
Last synced: 04 Oct 2025
https://github.com/jiaweihu08/visualize-pathing-and-maze-generation-algorithms
Visualizing Path Finding Algorithms with Pygame!
a-star dfs dijkstra-algorithm recursive-division
Last synced: 14 Aug 2025
https://github.com/amn-max/opengl-pathfinding-visualizer
Pathfinding application which visualizes dijkstra's algorithm step by step using openGL/glut C++.
animation c cplusplus-11 dijkstra-algorithm dijkstra-shortest-path opengl opengl-glut
Last synced: 02 Jan 2026
https://github.com/musadiqpasha/maze-generator-and-solver
This project generates a random maze of a given size and provides a solution using Dijkstra's algorithm or allows the user to manually solve it.
dijkstra-algorithm maze-generator maze-solver processing processing3 python3
Last synced: 17 May 2026
https://github.com/Sarmerer/lem-in
Go program that implements max flow and Dijkstra's algorithms to find the fastest way to move N amount of ants from the room A to the room B aka solve ants colony optimization problem
ant-colony-optimization dijkstra-algorithm go max-flow
Last synced: 28 Aug 2025
https://github.com/eshaagarwa/metro_app
A simple Java project using 🕸️ Graph and 🏔️ Heap data structures and 🧭 Dijkstra's algorithm, 🔍 DFS, 🧭 BFS, etc., algorithms to display the 🚇 shortest distance/path in Metro.
dijkstra-algorithm dsa-algorithm graph heapsort-algorithm java
Last synced: 12 Nov 2025
https://github.com/helcsnewsxd/adaptive-network-routing
Adaptive routing algorithm implementation and performance analysis on simulated networks – Distributed Systems and Networking course project – Computer Science @ FAMAF (UNC)
analysis cpp dijkstra-algorithm famaf graph-topology lab matplotlib network network-topologies omnetpp optimization python red-protocol routing-algorithm university-project
Last synced: 20 Apr 2026
https://github.com/sameetasadullah/dijkstra-algorithm-implementation
My own templatized C++ implementation of Dijkstra Algorithm using Microsoft Visual Studio
cpp dijkstra-algorithm dijkstra-shortest-path graph list stack visual-studio
Last synced: 15 Mar 2025
https://github.com/sameetasadullah/airline-reservation-system
An Airline Reservation System coded in C++ language using Microsoft Visual Studio with multiple basic and advance search options. Used Dijkstra Algorithm on flights graph for finding optimal path in terms of cost/time
airline-booking airline-reservation cpp dijkstra-algorithm dijkstra-shortest-path graph visual-studio
Last synced: 15 Mar 2025
https://github.com/devdhera/airport-path-simulation
Algorithmic fun 🤗 with Airport Paths ✈️
airport-simulation data-structures-and-algorithms dijkstra-algorithm
Last synced: 30 Mar 2025
https://github.com/rabestro/hypermetro
JetBrains Academy project. Spring Shell application to work with metro map. Implementation of graph pathfinding algorithms. Unit tests written by using Spock Framework.
breadth-first-search console-application dijkstra-algorithm dijkstras-algorithm graph graph-algorithms hyperskill jetbrains-academy spock-framework spring-boot spring-shell
Last synced: 17 May 2026
https://github.com/nellogan/pathfindingvisualizer
Visualize how different search algorithms traverse a grid.
astar-algorithm bfs-algorithm dfs-algorithm dijkstra-algorithm greedy-best-first-search maze-generator visualization
Last synced: 14 Mar 2025
https://github.com/neuodev/undirected-graph
Building a PriorityQueue, Graph and applying the shortest Distance Algorithm (Dijkstra's Algorithm ), Cycle Detection, Minimum Spanning Tree
dijkstra-algorithm graph minimumspanningtree prim-s shortest-path-algorithm spanning-trees tree
Last synced: 27 May 2026
https://github.com/lucambr0/dijkstra-algorithm-sim
Simulate and visualize how dijkstra algorithm works
dijkstra-algorithm html-css-javascript javascript school-project simulation web-development
Last synced: 16 May 2025
https://github.com/rijonshahariar/shortest-path-finder-dijkstra
It's a simple yet powerful pathfinding application that utilizes Dijkstra's algorithm to find the shortest path between multiple nodes in a graph.
dijkstra dijkstra-algorithm dijkstra-shortest-path javascript map pathfinder shortest-path-algorithm web-application
Last synced: 27 Apr 2026
https://github.com/khteh/datastructuresalgorithms
C++ Algorithms and data structures using only standard libraries. This answers many of the challenges in Codility and HackerRank. > 1200 Google Test cases and counting.
circular-linked-list dijkstra dijkstra-algorithm disjoint-set dynamic-programming fenwick-tree game-theory-algorithms graph-algorithms greedy-algorithms knapsack-problem knapsack-problem-dynamic linked-list palindrome permutation-algorithms prefix-tree search-algorithm suffix-tree towers-of-hanoi tree trie-data-structure
Last synced: 31 Mar 2025
https://github.com/nikolatechie/pathfinding-visualizer
Visualizations of several most popular pathfinding algorithms (Dijkstra's algorithm, A* search etc.)
algorithms astar-algorithm bfs bidirectional-search cross dijkstra-algorithm grid javascript pathfinding-algorithms pathfinding-visualizer react reactjs walls
Last synced: 15 Jun 2026
https://github.com/studentutu/unitygeneticalghantsinmaze
Master project for degree
dijkstra-algorithm genetic labyrinth unity3d
Last synced: 12 Jun 2026
https://github.com/mcnugets/ue5-pathfinding-implementation
The pathfinding implementation in the Unreal Engine 5
a-star-algorithm algorithms cpp dijkstra-algorithm game-development pathfinding shortest-path-algorithm ue5
Last synced: 19 Apr 2025
https://github.com/lesiaukr/goit-algo-hw-06
Master's | Basic Algorithms & Data structures | Module 6 | Graphs
breadth-first-search depth-first-search dijkstra-algorithm dijkstra-shortest-path goit-algo-hw-06 graph networkx-library pagerank-algorithm weighted-graphs
Last synced: 24 Mar 2025
https://github.com/faris771/dsaxproj4
DSA project to find the shortest path between cities using Dijkstra's algorithim
dijkstra-algorithm graph shortest-paths
Last synced: 19 Jul 2025
https://github.com/aahouzi/algorithms-and-data-structures-in-python
Implementation of some algorithms and data structures, tricks, and good practices for Python developers.
algorithms algorithms-and-data-structures bfs-algorithm binary-search-tree data-structures dfs-algorithm dijkstra-algorithm graph graphs hashmap heaps linked-list python queue stack tree
Last synced: 08 Apr 2025
https://github.com/emahtab/distance-between-bus-stops
dijkstra-algorithm shortest-path
Last synced: 06 Jan 2026
https://github.com/aryanraj13/game-engine
The 2D Game Engine: lightweight, cross-platform, and modular. Craft efficient 2D and simple 3D games with SDL integration. Streamlined development, intuitive input, and a vibrant community await.
cppprojects dijkstra-algorithm game-engine graph sdl2 tree
Last synced: 01 Apr 2025
https://github.com/akutchi/path_solver
A visualizer for Dijkstra's algorithm in ada with a procedural world map generation
ada dijkstra-algorithm gtkada perlin-noise procedural-generation
Last synced: 20 Mar 2025
https://github.com/breezy-codes/control-plane-simulator
This project simulates a basic network control plane using Dijkstra's shortest path algorithm. It allows users to understand how routing decisions are made in computer networks based on the shortest path between routers.
bellman-ford-algorithm computer-networks dijkstra-algorithm networks pyhthon simulation
Last synced: 25 Mar 2025
https://github.com/jvillegasd/graphs
Basic directed and undirected graphs maker
dijkstra-algorithm dijkstra-shortest-path graph min-heap
Last synced: 12 Jun 2026
https://github.com/guusdias/dijkstra-algorithm
N3 of data structures.
c data-structures dijkstra-algorithm
Last synced: 18 Jul 2025
https://github.com/jletey/letey_csci2270_finalproject
John Letey's Final Project for CSCI 2270
Last synced: 23 Apr 2025
https://github.com/vaneeza-7/data-structures-assignments
Data Structures: Arrays, Stacks, Queues, Graphs applications in image processing, tag parsing and routes/maps respectively.
all-pairs-shortest-path connected-component-labelling dice-coefficient dijkstra-algorithm error-detection expression-parser graphs infix-notation infix-to-postfix kmeans-clustering least-recently-used-algorithm object-detection opencv postfix-notation prefix-notation queues run-length-encoding second-shortest-path stacks tag-parsing
Last synced: 24 Apr 2025
https://github.com/helcsnewsxd/famaf-computer_science-networks_and_distributed_systems-lab4
Laboratorio 4 de la materia de Redes y Sistemas Distribuidos de la Licenciatura en Ciencias de la Computación de FAMAF (UNC)
analysis cpp dijkstra-algorithm famaf-unc graph-topology lab matplotlib network omnetpp optimization python red-protocol routing-algorithm university-project
Last synced: 28 Feb 2025
https://github.com/mdalamin5/secondstepto-dsa
SecondStepTo-DSA is a comprehensive journey through Data Structures and Algorithms (DSA). This repository features organized implementations, problem-solving solutions, and detailed explorations of core concepts. Aimed at sharpening skills, it covers topics from basics to advanced, helping coders level up their understanding and mastery of DSA.
bellman-ford-algorithm bfs binary-search-tree cpp-oop dfs dijkstra-algorithm dynamic-programming graph-algorithms greedy-algorithms heap knapsack-problem linked-list queue sorting-algorithms stack warshall-algorithm
Last synced: 02 Apr 2026
https://github.com/codezizo/dijkstra
dijkstra-algorithm implementation of python
Last synced: 10 Sep 2025
https://github.com/mushoffa/dijkstra-shortest-path-go
The implementation of Dijkstra Algorithm in Go language
dijkstra dijkstra-algorithm dijkstra-shortest-path go
Last synced: 01 Jun 2026
https://github.com/mutazhelal/algorithm-comparison
A comparison of shortest paths algorithms, a comparison of Dijkstra vs A*, a comparison of Dijkstra vs A* by constructing the graph from the London map(tube) database, and code refractor.
algorithms dijkstra-algorithm graph python3 shortest-path shortest-path-algorithm
Last synced: 05 Jul 2025
https://github.com/pandh4cker/knight-s-tour
Knight's Tour Problem
c chess depth-first-search dfs dijkstra dijkstra-algorithm dijkstra-shortest-path graph graph-theory graphs knight knight-problem knight-tour knights-tour
Last synced: 23 May 2026
https://github.com/analiaburgosdev/java_dijkstra
The objective of this exercise is to implement **Dijkstra's Algorithm** to find the shortest path in a weighted graph .
Last synced: 05 Oct 2025
https://github.com/glpecile/eda_tpe
TPE EDA 2020 2Q ITBA.
dijkstra-algorithm dijkstra-shortest-path itba java
Last synced: 08 Oct 2025
https://github.com/Josh012006/Implementation-of-Dijkstra-algorithm-in-JS
An implementation of Dijkstra's Algorithm in JavaScript.
algorithms-and-data-structures dijkstra-algorithm javascript
Last synced: 09 Oct 2025
https://github.com/bensuperpc/astar
Fast and easy to use standalone header only 2D astar algorithm library in C++20
astar astar-algorithm astar-pathfinding cpp cpp20 dijkstra dijkstra-algorithm header-only pathfinder pathfinding pathfinding-algorithm template-class
Last synced: 27 Mar 2025
https://github.com/codeesura/dijkstra-algorithm
This project offers a JavaScript implementation of Dijkstra's algorithm with a user-friendly PriorityQueue class, ideal for finding the shortest paths in complex graphs as in routing or network optimization.
algorithm dijkstra dijkstra-algorithm shortest-path shortest-path-algorithm shortest-path-routing-algorithm shortest-paths
Last synced: 14 Oct 2025
https://github.com/mikegoatly/graphalo
A very simple graph data structure library
depth-first-search dijkstra-algorithm graph graph-algorithms
Last synced: 27 Jan 2026
https://github.com/bingyangchen/path-finding-visualizer
Explore and visualize various path-finding algorithms with this interactive webpage. Perfect for learning and understanding algorithms like A*, Dijkstra, and more through engaging animations and intuitive controls.
a-star-algorithm dijkstra-algorithm maze-generation-algorithms path-finding-algorithms path-finding-visualizer
Last synced: 16 Oct 2025
https://github.com/ajnus/world_of_warcraft_pathfinder
Um Pathfinder para Baús de Tesouros de World of Warcraft utilizando o Algoritmo de Dijkstra, concebido na época exercitando conhecimentos das aulas de Estruturas de Dados Avançadas.
advanced-data-structures c-programming dijkstra dijkstra-algorithm dijkstra-shortest-path estruturas-de-dados estruturas-de-dados-c pathfinder pathfinder-rpg pathfinding world-of-warcraft
Last synced: 22 Oct 2025
https://github.com/parinaz11/neshan_project
Training a model to find the shortest path possible from the current location to a destination using data from Neshan company.
dijkstra-algorithm dijsktra-shortest-path jupyter-notebook neshan-map python python3
Last synced: 15 May 2026
https://github.com/leynier/proyecto-daa
Proyecto de Diseño y Análisis de Algoritmos
algorithms cartesian-tree daa datastructures dijkstra-algorithm dijkstra-shortest-path sieve-of-eratosthenes treap
Last synced: 01 Feb 2026
https://github.com/emahtab/dijkstra-algorithm
dijkstra-algorithm graph shortest-path
Last synced: 19 Mar 2026
https://github.com/emahtab/cheapest-flights-within-k-stops
Cheapest Flight with k stops
dijkstra-algorithm graph leetcode
Last synced: 19 Mar 2026
https://github.com/amirespahbodi/fibonacciheap
dijkstra with fibonacciheap
clrs-cpp-implementations dijkstra dijkstra-algorithm fibonacci-heap
Last synced: 13 Jun 2026
https://github.com/ramamagarwal/project-carpool_management_system
This repository includes my project on carpool management system in which I used object orientation paradigms and principles using C++.
a-star-algorithm cpp dijkstra-algorithm oops-in-cpp yen-algorithm
Last synced: 26 Mar 2025
https://github.com/hbarcelos/best-route
Finds the best (cheapest) route from a starting point towards a destination
dijkstra-algorithm functional-programming graph graph-algorithms graphs javascript ramda tape
Last synced: 04 Jun 2026
https://github.com/eviltwo/dijkstranavmesh
This is a package for performing pathfinding using Dijkstra's algorithm with Unity's NavMesh. It is optimized for scenes where many objects move toward a few targets.
dijkstra-algorithm navmesh pathfinding unity unity-navmesh unity3d upm-package upm-packages
Last synced: 27 Apr 2026
https://github.com/shamim-akhtar/unity-pathfinding
Pathfinding using Astar, Dijkstra and Greedy Best-first using C# in Unity
astar-algorithm csharp dijkstra-algorithm game-development greedy-best-first-search pathfinding unity3d
Last synced: 29 Apr 2026
https://github.com/izure1/traffic-traversal
Calculate the weights between each vertex node and help you find the fastest route.
dijkstra-algorithm node route spf traffic traversal traversal-algorithms vertex
Last synced: 29 Apr 2026
https://github.com/costingh/pathfinding-algorithm-visualiser
App designed to illustrate how popular pathfinding algorithms (like Dijkstra, DFS, BFS, A*) work. The algorithms are implemented using JavaScript.
astar-algorithm bfs dfs-algorithm dijkstra-algorithm javascript react
Last synced: 01 May 2026
https://github.com/sunami09/importantalgorithms
This repo contains all the important algorithms required for competitive coding. Data structure and Algorithm (DSA) is applied in all disciplines of software development. DSA is the building block of the software development process. It is not limited to a single programming language. Although programming languages evolve or get dormant over time, DSA is incorporated into all of these languages.
bfs-dfs binary-search dijkstra-algorithm mergesort quicksort
Last synced: 09 Jun 2026
https://github.com/sheabunge/kit205-assign2
KIT205 Data Structures and Algorithms: Assignment 2 (Semester 1, 2018) | Assignment Grade: 100%
algorithms data-structures dijkstra-algorithm floyd-warshall-algorithm homework
Last synced: 17 Mar 2025
https://github.com/aaronjs99/planmux
PlanMux: Path Planning using Parallel/Multiplexed Computing
bellman-ford-algorithm cpp cuda dijkstra-algorithm floyd-warshall-algorithm graphs hpc openmp parallel-computing path-planning shortest-path-algorithm slurm
Last synced: 03 May 2026
https://github.com/rahul01-git/pathfinding
Dijkstra PathFinding Algorithm Visualizer created using React.js and TailwindCSS
algorithm algorithm-visualisation dijkstra-algorithm pathfinding react tailwindcss visualizer
Last synced: 05 May 2026
https://github.com/kacper0199/agh-navigator-app
The purpose of this project is to create AGH University of Science and Technology navigator app using Dijkstra's algorithm to find the shortest paths between the buildings.
agh-university algorithms data-structures dijkstra-algorithm folium-maps heroku-app navigator python streamlit
Last synced: 06 May 2026
https://github.com/p4nd4p0w3r/metro-efrei-dodo
This project leverages real-time data from Ile-de-France Mobilités (IDFM) to provide an efficient metro navigation system for Paris and Bordeaux (using a simplified dataset). It utilizes graph algorithms to calculate shortest paths, visualize the minimum spanning tree of the metro network, and check network connectivity.
2024 dijkstra-algorithm dijkstra-shortest-path efrei graph-algorithms it l3 mastercamp paris prim-algorithm real-data s6 subway transportation-network
Last synced: 16 May 2025
https://github.com/alexisseurin/projet_integrateur
Autonomous car project
arduino arduino-uno dijkstra-algorithm iot java sensors
Last synced: 06 May 2026
https://github.com/saikiran6694/path_visualiser
Path Visualiser: Developed to make the user understand different types of shortest path calculating graph based algorithms.
astar-algorithm bfs-algorithm dfs-algorithm dijkstra-algorithm react react-hooks react-router sass
Last synced: 18 Apr 2026
https://github.com/sharikalog7/osm
dijkstra-algorithm folium folium-maps folium-python geopandas geopandas-dataframes geospatial osm osm-data osmx python3
Last synced: 25 Mar 2025
https://github.com/freekbes/mc_routeplanner_android
A routeplanner for my Minecraft Realm, on Android
android dijkstra-algorithm java minecraft routeplanner
Last synced: 20 Apr 2026
https://github.com/jvs23/ida-dijkstra-reitinhaku
Python application for generating graphs in two-dimensional XY-plane, and using the IDA* and the Dijkstra algorithm to find all and any shortest paths. Docs only in Finnish.
dijkstra-algorithm ida-star-algorithm pathfinding python
Last synced: 07 Apr 2025
https://github.com/roy7077/design-and-analysis-of-algorithm
algorithms-and-data-structures circular-linked-list data-structures dfs-algorithm dijkstra-algorithm doubly-linked-list dynamic-programming graph knapsack01 linked-list power-function stack subset-sum-problem topological-sort unordered-map
Last synced: 10 Aug 2025
https://github.com/nmatsui/path-search
The experimental python3 implementations of shortest path search (A* algorithm, Dijkstra algorith).
astar-algorithm dijkstra-algorithm python3
Last synced: 04 Sep 2025
https://github.com/meetkumarchavda/pathfinding-visualizer
🚀 Dive into an interactive Pathfinding Visualizer! 🎯 Explore A*, Dijkstra, BFS, DFS, and more with dynamic visuals. Drag, drop, and design your grid, build mazes, and watch algorithms in action!
astar-algorithm bfs-algorithm bidirectional-search css data-structures-and-algorithms dfs-algorithm dijkstra-algorithm greedy-algorithm html javascript pathfinding
Last synced: 17 Apr 2026
https://github.com/barannmeisterr/minimum-spanning-tree-prim-algorithm--and-shortest-path--dijkstra-algorithm
This project finds the smallest path with minimum spanning tree value of connection to loads and source which is Minimum Spanning Tree of the undirected graph and finds the shortest paths from a single source to all load points and the graph is directed graph.
dijkstra-algorithm dijkstra-shortest-path directed-graph java minimum-spanning-tree oop prims-algorithm prims-implementation shortest-paths singly-linked-list stack undirected-graph
Last synced: 12 Jun 2025
https://github.com/williamzhang20/stochastic-control
Optimal control concepts, applied in code
a-star-algorithm bellman-ford dijkstra-algorithm dynamic-programming linear-quadratic-regularator model-predictive-control stochastic-processes
Last synced: 04 Feb 2026
https://github.com/nizamiza/save-princesses
Maze solver and generator with Dijkstra's Shortest Path Algorithm and Min Heap
algori c dijkstra-algorithm dsa graphs maze-generator maze-solver min-heap stack
Last synced: 09 Apr 2025
https://github.com/ashwin-1709/random-maze-generator
DSA Project
dijkstra-algorithm disjoint-unions maze-generator maze-solver mst
Last synced: 16 Mar 2025
https://github.com/antojebi7/data_structures_in_c
A collection of fundamental data structures implemented in C. Perfect for learning, reference, and enhancing your C programming skills.
cprogramming-language datastructures dijkstra-algorithm prims-algorithm queues stack
Last synced: 13 Jun 2026
https://github.com/notreeceharris/shortest-path-finder
A pathfinding algorithm designed to determine the shortest route among a variable number of points.
dijkstra-algorithm pathfinding
Last synced: 05 Jun 2026
https://github.com/yewomhango/dijkstraalgorithm
A simple demo of Dijkstra's algorithm
algorithm canvas2d dijkstra-algorithm dijkstra-shortest-path typescript
Last synced: 05 Jul 2025
https://github.com/vivekanand-vr/shortestpathfinder-dijkstra
React app to display the working of the shortest path finder algorithm (Dijkstra's Algorithm to find the shortest path between two nodes in a in a graph).
Last synced: 21 Apr 2026
https://github.com/ppirog/algorithmsanddatastructures
The algorithms were written as part of the Algorithms and Data Structures class at UMCS.
b-tree backtracking-algorithm bfs-algorithm counting-sort dijkstra-algorithm divide-and-conquer dynamic-programming graham-scan-algorithm graph-algorithms greedy-algorithms hopcroft-karp insertion-sort lists monte-carlo numerical-integration pattern-searching-algorithms queues red-black-tree stack tree-structure
Last synced: 25 Apr 2025
https://github.com/gauravdhoot2608/taxi_aggregator_service
This Assignment Builds a basic shortest path Algorithm.
algorithms data-structures dijkstra-algorithm graph java object-oriented-programming
Last synced: 05 Oct 2025
https://github.com/alg-2024-2025/alg-practicas
Prácticas de la asignatura Algoritmia en la UBU 2024/2025. Desde S1 a S8.
dijkstra-algorithm kruskal-algorithm prim-algorithm python quicksort
Last synced: 09 Apr 2025
https://github.com/nxhawk/dsa-hcmus
Data structure and algorithms is a branch of computer science that deals with creating machine-efficient and optimized computer programs. The term Data Structure refers to the storage and organization of data, and Algorithm refers to the step by step procedure to solve a problem. By combining "data structure" and "algorithm", we optimize the codes
algorithms avl bfs bfs-search bst-tree cpp dfs dfs-search dijkstra-algorithm dsa graph hash lca python3 redblacktree segment-tree sorting-algorithms tree tree-structure
Last synced: 21 Apr 2026
https://github.com/deshveerbatth/maze-solver
About Maze solving using dijkistra algorithm
dijkstra-algorithm google-collab maze-solver python3
Last synced: 25 Apr 2026
https://github.com/ghomashudson/graphvisualiser
Educational tool for creating and running algorithms on graphs / networks
algorithm dijkstra-algorithm dijkstra-shortest-path education educational-software graph graph-algorithms graph-theory math mathematics teaching teaching-tool
Last synced: 15 Jul 2025