There are 2 repositories under djikstra-algorithm topic.
Find the safest well lit walking path between two locations on earth.
AR Navigation allows creating apps that use AR to navigate within a given target area.
ROS Package for Autonomous Navigation for Differential drive robots
Javascript solution code + test suite for the Shortest Path Problem, using Dijkstra's Algorithm.
Deep Learning based web application to automate tree enumeration in forest areas using satellite imagery.
: 🚨 A Real-Time Stampede Prevention System built with ⚙️ Django, ⚛️ React, 💻 Path Algorithms(A* & Djikstra), and 🧠 LSTM — capable of monitoring 👥 100,000+ individuals, predicting 🔮 crowd congestion with 90%+ accuracy, and computing 🛣️ optimal evacuation paths using 🅰️* and 📐 Dijkstra.
A repository with implementations of common techniques and algorithms in robot path planning and navigation.
Small Function Code in Python for implementing Djikstra Algorithm (Shortest Path Algorithm). Can be integrated in big code as a function
Includes Final Project (Python), Wireshark Labs, and Theoretical HWs
Exercises of Coding Ninjas Java DSA
🧭 Path Visualization Tool
Find the shortest sea route between any two positions. This is insprited by the searoute project by eurostat.
Pathfinding Visualizer for Android
BRAC University's course - CSE221 (Algorithms) Lab Assignment Solutions. (Summer - 2022)
the route planner that generate an optimized route that covers all the desired locations, suggesting the best sequence to follow
A node-edge based path visualization system for RapidKL, that uses the A*/Djikstra's algorithm to find the shortest path between two stations
Simple graph theory library built in java
The project titled ROAD CONSTRUCTION USING HIGHWAY PLANNING AND OBSTRUCTION PREVENTION aims to address one of the major issues that the Indian road construction department is facing.
🧮 A simple math expression evaluator built wtih Imgui. (School 42)
A dynamic grid-based visualizer that animates pathfinding with obstacles, using both DP and 8-directional shortest path search. Built with React + TypeScript.
In this project we develop Djikstra's algorithm and A* algorithm in unreal C++.
Algorithm Implementation using Dijkstra algorithm (Greedy Algorithm and Graph Algorithm) (Java)
Easy & Efficient Path Finding Library in Python
Python implementation of various path planning algorithms
Algoritmi i strukture podataka SI/2022-2023
Tree-Graph Visualizer in Java
This project provide a comprehensive collection of graph algorithms implemented in Java
Autonomous ROS2 vehicle/robot, using Lidar, 3D Camera, Optical Sensor
A cab company software used to track and monitor cab bookings developed using C++, C graphics, graph data structure and Dijkstra's algorithm.
Top-down shooter for college project
👋Welcome to Pathfinding Visualizer! I built this application because I was fascinated by pathfinding algorithms, and I wanted to visualize them in action. I hope that you enjoy playing around with this visualization tool just as much as I enjoyed building it.
:octocat::star2:最短路径相关算法的可视化
LeetCode solved in Python
A Python-based project that compares Dijkstra and Uniform Cost Search (UCS) algorithms for finding the shortest path across cities in East Java, Indonesia. The project is built with a modular structure and comes with a Streamlit interface for interactive route exploration and algorithm benchmarking.
Implementation of a solver for the game Flow Free in C