An open API service providing repository metadata for many open source software ecosystems.

GitHub topics: dijkstra-algorithm

rangari-rani/academic-projects-mca

Academic Projects – MCA (2022) Web, desktop, and algorithmic apps built during my Master's at RTM Nagpur University, India.

Language: Java - Size: 71.7 MB - Last synced at: about 2 hours ago - Pushed at: about 4 hours ago - Stars: 1 - Forks: 0

Jayakrishnan-mk/Data-Structure-Algorithms

All about data structures - Js

Language: JavaScript - Size: 303 KB - Last synced at: 2 days ago - Pushed at: 2 days ago - Stars: 2 - Forks: 0

theBappy/top-asked-dsa-problem-solving

data structure and algorith:This journey is not just about coding but also about developing problem-solving thinking, optimizing solutions, and building a strong foundation for coding interviews and real-world programming. So far i am loving it.

Language: Python - Size: 131 KB - Last synced at: 3 days ago - Pushed at: 3 days ago - Stars: 0 - Forks: 0

alishahusain/newt

🐸 pattern algorithms data structures in javascript pseudo code space time complexity and most common implementation of each algorithm and data structure 🐸

Language: JavaScript - Size: 4.29 MB - Last synced at: 4 days ago - Pushed at: 4 days ago - Stars: 5 - Forks: 2

chouaibmln/campus-navigator

A Flutter-based mobile application designed to help users navigate around campus with interactive maps, real-time location tracking, and route planning.

Language: Dart - Size: 947 KB - Last synced at: 4 days ago - Pushed at: 4 days ago - Stars: 1 - Forks: 0

lucas-montes/bmssp

The BMSSP algorithm

Language: Rust - Size: 18.6 KB - Last synced at: 5 days ago - Pushed at: 5 days ago - Stars: 0 - Forks: 0

hatixntsoa/dijkstra_solver

A Simple Dijkstra's Algorithm Solver

Language: Python - Size: 4.88 KB - Last synced at: 6 days ago - Pushed at: 6 days ago - Stars: 2 - Forks: 0

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.

Language: C++ - Size: 871 KB - Last synced at: 7 days ago - Pushed at: 7 days ago - Stars: 1 - Forks: 0

davecom/SwiftGraph

A Graph Data Structure in Pure Swift

Language: Swift - Size: 1.84 MB - Last synced at: 1 day ago - Pushed at: 5 months ago - Stars: 782 - Forks: 80

SvenWoltmann/pathfinding

Source code for the HappyCoders.eu articles on pathfinding and shortest path algorithms (Dijkstra, A*, Bellman-Ford, Floyd-Warshall).

Language: Java - Size: 951 KB - Last synced at: 10 days ago - Pushed at: 10 days ago - Stars: 39 - Forks: 24

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.

Language: Python - Size: 385 KB - Last synced at: 12 days ago - Pushed at: 12 days ago - Stars: 1 - Forks: 0

GuilhermeStracini/POC-dotnet-Dijkstra

🔬 Proof of Concept of Dijkstra's algorithm in .NET

Language: C# - Size: 511 KB - Last synced at: 13 days ago - Pushed at: 13 days ago - Stars: 3 - Forks: 0

AdrianCCRS/SistemasDeVuelos_EDA

This is a sophisticated Java-based flight management system developed as a final project for the Data Structures and Algorithm Analysis course. The application simulates a Colombian airline system that uses graph theory and classic algorithms to solve real-world flight management problems.

Language: Java - Size: 153 KB - Last synced at: 15 days ago - Pushed at: 15 days ago - Stars: 1 - Forks: 0

AbhishekGiri04/Data-Structure-Algorithm-Visualizer

Developed a web-based DSA Visualizer using C (for logic), Flask (as backend), and HTML/CSS/JS (frontend). Visualizes Stack, Queue, Linked List, Tree, and Graph algorithms (Prim's, Kruskal's, Dijkstra's) with 3D animations and time/space complexity charts via file I/O.

Language: JavaScript - Size: 39.1 KB - Last synced at: 15 days ago - Pushed at: 15 days ago - Stars: 0 - Forks: 0

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.

Language: TypeScript - Size: 510 KB - Last synced at: 15 days ago - Pushed at: 16 days ago - Stars: 1 - Forks: 0

AkhilRachha/Emergency-Dispatch-Vehicle

A Project on Design And Analysis of Algorithms using Dijkstra algorithm.

Language: C - Size: 286 KB - Last synced at: 15 days ago - Pushed at: 16 days ago - Stars: 0 - Forks: 0

debora-oliv/grafos-transporte-eficiente

Implementação e comparação de algoritmos (Dijkstra e Bellman-Ford) aplicados a eficiência do transporte público.

Language: Python - Size: 398 KB - Last synced at: 16 days ago - Pushed at: 16 days ago - Stars: 0 - Forks: 1

loiane/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

Language: TypeScript - Size: 13.6 MB - Last synced at: 19 days ago - Pushed at: 6 months ago - Stars: 4,771 - Forks: 1,243

zrwusa/data-structure-typed

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 Queue, Graph, Queue, Tree Multiset, Singly Linked List, Doubly Linked List, Max Heap, Max Priority Queue, Min Heap, Min Priority Queue, Stack.

Language: TypeScript - Size: 36.4 MB - Last synced at: 11 days ago - Pushed at: 3 months ago - Stars: 179 - Forks: 9

undefiened/balance

Balancing emergency landing locations for UTM using a greedy approach as well as an integer programming model.

Language: Python - Size: 3.14 MB - Last synced at: 20 days ago - Pushed at: 20 days ago - Stars: 0 - Forks: 0

KevinTan2025/CSC2103-DSA-Final-Assignment

Implementations of fundamental data structures and algorithms in Python, featuring interactive Binary Search Tree operations, Dijkstra’s shortest path visualization, and dynamic programming for the coin change problem. Designed for education, clarity, and robust testing. With no external dependencies.

Language: Python - Size: 69.3 KB - Last synced at: 22 days ago - Pushed at: 22 days ago - Stars: 2 - Forks: 0

alae-touba/pathfinding-visualisation

A path-finding application that uses some algorithms like dijkstrat's algorithm and breath first search .. etc to find the shortest path (if it exists) between two nodes.

Language: JavaScript - Size: 845 KB - Last synced at: 22 days ago - Pushed at: 22 days ago - Stars: 1 - Forks: 0

easbar/fast_paths

Fast shortest path calculations for Rust

Language: Rust - Size: 1.32 MB - Last synced at: 22 days ago - Pushed at: over 1 year ago - Stars: 283 - Forks: 26

harshrajhrj/ee-rmsa

ENERGY EFFICIENT REGENERATION AWARE ROUTING MODULATION AND SPECTRUM ALLOCATION FOR MULTICAST SESSION IN ELASTIC OPTICAL NETWORK

Language: C++ - Size: 13.9 MB - Last synced at: 29 days ago - Pushed at: 29 days ago - Stars: 0 - Forks: 0

privateboss0/Artificial_Intelligence_Stanford

Stanford-CS221 class practical's, Assignments and projects

Language: Python - Size: 724 KB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 0 - Forks: 0

walid-git/PathPlanner

A graphical tool to simulate robot path planning with obstacles using two different algorithms : Dijkstra and A*

Language: Java - Size: 3.37 MB - Last synced at: 30 days ago - Pushed at: over 6 years ago - Stars: 6 - Forks: 1

seung-lab/dijkstra3d

Dijkstra's Shortest Path for 6, 18, and 26-Connected 3D (Volumetric) Image Volumes

Language: C++ - Size: 2.53 MB - Last synced at: 17 days ago - Pushed at: 7 months ago - Stars: 82 - Forks: 14

AngelLagr/Dijkstra-algorithm

For our Graph module, we had to create an algorithm (Dijkstra's one) in order to determine on given graphs, which is the least expensive (feasible) path

Language: Python - Size: 6.84 KB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 0 - Forks: 0

vikasawadhiya/Dijkstra-Algorithm

Detailed explanation and C++ implementation of Dijkstra's Algorithm.

Language: C++ - Size: 783 KB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 0 - Forks: 0

LdDl/ch

Contraction Hierarchies (with bidirectional version of Dijkstra's algorithm) technique for computing shortest path in graph.

Language: Go - Size: 105 MB - Last synced at: about 1 month ago - Pushed at: over 1 year ago - Stars: 52 - Forks: 8

hanz-fr/algomaze

Algomaze (Algorithm Maze Game)

Language: C++ - Size: 21.3 MB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 0 - Forks: 0

aaronjs99/planmux

PlanMux: Path Planning using Parallel/Multiplexed Computing

Language: C++ - Size: 77.1 MB - Last synced at: 18 days ago - Pushed at: about 1 month ago - Stars: 1 - Forks: 1

houzhaohan/Find-the-Shortest-Path

Using different algorithms to solve the shortest path 使用不同算法求解最短路径

Language: Jupyter Notebook - Size: 1 MB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 1 - Forks: 0

JvstvsHD/vyreka

A library for representing 3D grid-based maps with the ability of path-finding.

Language: Kotlin - Size: 2.6 MB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 1 - Forks: 0

rhymebulbul/FIT2004

Algorithms and Data Structures

Language: Python - Size: 586 KB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 5 - Forks: 0

AchrafEssaleh/Pyrat-ai

Adaptive AI agents for the PyRat game: strategy, reactivity, and learning

Language: Jupyter Notebook - Size: 38.1 KB - Last synced at: about 1 month ago - Pushed at: 6 months ago - Stars: 0 - Forks: 0

ZigRazor/CXXGraph

Header-Only C++ Library for Graph Representation and Algorithms

Language: C++ - Size: 71.7 MB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 595 - Forks: 125

gringomattos/claude-code-router

Route Claude Code requests to various models with ease. Customize your setup and enhance your AI experience. 🚀🌟

Language: TypeScript - Size: 3.5 MB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 0 - Forks: 0

aravindraj777/Problems-D365

Data structure and Algorithms, Java workouts ,Problem Solving questions and solutions.(Repository contains major Graph alogirthms like Bellmanford algo,Prim's ,Dijkstra's algorithm).

Language: Java - Size: 209 KB - Last synced at: about 1 month ago - Pushed at: about 2 months ago - Stars: 6 - Forks: 0

Aditya08p/Non-Linear-Data-Structures-Project

This project demonstrates how classic algorithms—Dijkstra’s, Trie-based string matching, and Union-Find—can be significantly optimized for performance. It compares naive and optimized C++ implementations side by side.

Language: C++ - Size: 608 KB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 0 - Forks: 0

licht1stein/dijkstra

Interactive Dijkstra's algorithm route optimizer with WebAssembly & JavaScript implementations. AI-assisted development with Claude Code.

Language: JavaScript - Size: 2.45 MB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 0 - Forks: 0

aldenluthfi/malpolys

A Tower Defense game where you survive 50 rounds to prevent platonic solids from reaching a goal for some reason...

Language: GDScript - Size: 9.34 MB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 0 - Forks: 0

BaoPhuc1311/AlgorithmVisualization

Simplifying complex algorithms through interactive visualizations

Language: Python - Size: 13.7 KB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 1 - Forks: 0

petruki/dijkstra-algorithm

My implementation of Dijkstra algorithm

Language: Java - Size: 739 KB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 0 - Forks: 0

Kevi2217/P1---Algoritmer

Language: Python - Size: 22.5 KB - Last synced at: about 2 months ago - Pushed at: about 3 years ago - Stars: 3 - Forks: 0

vik-ma/pathfinding-race

A browser game where pathfinding algorithms race against each other!

Language: JavaScript - Size: 7.92 MB - Last synced at: 2 months ago - Pushed at: 2 months ago - Stars: 4 - Forks: 0

Arcoti/Maze-Solver

Maze Solver with Dijkstra's Algorithm

Language: Python - Size: 59.6 KB - Last synced at: 2 months ago - Pushed at: 2 months ago - Stars: 0 - Forks: 0

matiii/Dijkstra.NET

Graph processing library

Language: C# - Size: 1.26 MB - Last synced at: 17 days ago - Pushed at: almost 4 years ago - Stars: 124 - Forks: 31

Dietr1ch/search

Somewhat fast toy A* implementation

Language: Rust - Size: 391 KB - Last synced at: 2 months ago - Pushed at: 2 months ago - Stars: 0 - Forks: 0

vlarmet/cppRouting

Algorithms for Routing and Solving the Traffic Assignment Problem

Language: C++ - Size: 24.1 MB - Last synced at: 19 days ago - Pushed at: 5 months ago - Stars: 116 - Forks: 9

sharikalog7/OSM

Size: 484 KB - Last synced at: 2 months ago - Pushed at: 2 months ago - Stars: 0 - Forks: 0

ImSupermaxy/LigacaoEstelar

A game of theory of graphs using dijkstra

Language: Python - Size: 10.5 MB - Last synced at: 2 months ago - Pushed at: 2 months ago - Stars: 0 - Forks: 0

tkytel/mantela-router

Telephone Network Mandala Router

Language: JavaScript - Size: 14.6 KB - Last synced at: 2 months ago - Pushed at: 2 months ago - Stars: 1 - Forks: 1

yashs79/Social-Media-Friend-Recommendation-System

This project implements a sophisticated hybrid recommendation system for social media friend suggestions, combining advanced graph algorithms with machine learning techniques. By leveraging both network structure and content-based similarity, the system provides highly relevant friend recommendations that outperform traditional single-approach meth

Language: Python - Size: 251 KB - Last synced at: 2 months ago - Pushed at: 2 months ago - Stars: 0 - Forks: 0

joshmessi10/Dijkstra-Web

Dijkstra Algorithm Web App

Language: JavaScript - Size: 14.6 KB - Last synced at: 2 months ago - Pushed at: 2 months ago - Stars: 1 - Forks: 0

rlishtaba/py-algorithms

Algorithms and Data Structures, solutions to common CS problems.

Language: Python - Size: 166 KB - Last synced at: 22 days ago - Pushed at: over 6 years ago - Stars: 37 - Forks: 13

Peter-Refaat/Mini-Wasalny

Graph Algorithms Visualization App

Language: C++ - Size: 14.3 MB - Last synced at: 2 months ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

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.

Language: C++ - Size: 2.32 MB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 1 - Forks: 0

henriquepmartins/mooveat

Encontre o McDonalds mais perto de você!

Language: TypeScript - Size: 419 KB - Last synced at: 2 months ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

WilliamZhang20/Stochastic-Control

Optimal control concepts, applied in code

Language: Julia - Size: 225 KB - Last synced at: about 2 months ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

helcsnewsxd/adaptive-network-routing 📦

Adaptive routing algorithm implementation and performance analysis on simulated networks – Distributed Systems and Networking course project – Computer Science @ FAMAF (UNC)

Language: C++ - Size: 4.42 MB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 1 - Forks: 0

honzaap/Pathfinding

Pathfinding on a real map anywhere in the world

Language: JavaScript - Size: 14.8 MB - Last synced at: 3 months ago - Pushed at: almost 2 years ago - Stars: 368 - Forks: 38

Paarth01/PacMan-Game-using-Dijkstra-and-Astar-algorithm

A Python-based Pac-Man game that uses Dijkstra's and A* algorithms to power intelligent ghost AI pathfinding. Built with Pygame, it features interactive gameplay and customizable grid-based maps.

Language: Python - Size: 2.04 MB - Last synced at: about 2 months ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

Desha29/Map-Routing-Engine

A high-performance route computation engine that determines the fastest path between two geographic coordinates using a graph-based road network. The system supports combined walking and vehicle travel, visualizes paths with a WinForms interface, and handles large-scale queries efficiently.

Language: C# - Size: 7.09 MB - Last synced at: about 2 months ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

chen0040/lua-graph

Graph algorithms in lua

Language: Lua - Size: 66.4 KB - Last synced at: 2 days ago - Pushed at: over 7 years ago - Stars: 68 - Forks: 13

Farhanulhaq19/Data-Structures-and-Algorithma

A comprehensive collection of Data Structures and Algorithms implemented in C++. Includes code examples, problem-solving approaches, and performance analysis

Language: C++ - Size: 1.03 MB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 1 - Forks: 0

ASHUTOSH-KUMAR-RAO/DSA-Problem-Solving

My structured approach to mastering DSA - from implementation to problem-solving. Features optimized solutions with complexity analysis and key insights for coding interviews.

Language: C++ - Size: 140 KB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

tchadeadt/dijkstra

Language: JavaScript - Size: 7.81 KB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

Farhanulhaq19/Car-Racing-Game

A simple 2D car racing game built with Python and Pygame.

Language: Python - Size: 14.5 MB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

charles-hsiao/python-vacuum-cleaner-robot

Python Vacuum Cleaner Robot Algorithm and Demo

Language: HTML - Size: 12.8 MB - Last synced at: about 1 month ago - Pushed at: over 6 years ago - Stars: 9 - Forks: 2

PetoKrisa/Pathfinding-sandbox

An app where you can build graphs, and try out Dijkstra's algorithm visually

Language: JavaScript - Size: 2.57 MB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 1 - Forks: 0

JakeTheSillySnake/SimpleNavigator

Implementation of s21_graph & s21_graph_algorithms libraries using C++ and CLI.

Language: C++ - Size: 56.6 KB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

wiktork77/Wroclaw-Shortest-Path

Public transport route search system for the city of Wrocław

Language: Python - Size: 902 KB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

Tamoziit/Design-Analysis-of-Advanced-Algorithms

Advanced Algorithms in DSA

Language: C - Size: 34.2 KB - Last synced at: 20 days ago - Pushed at: 3 months ago - Stars: 1 - Forks: 0

liraymond04/olc-dijkstra

GUI implementation of Dijkstra's shortest path algorithm in the olcPixelGameEngine.

Language: C++ - Size: 64.5 KB - Last synced at: 6 days ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

ALG-2024-2025/ALG-Practicas

Prácticas de la asignatura Algoritmia en la UBU 2024/2025. Desde S1 a S12.

Language: Python - Size: 104 KB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

Matthew-Lyu/Autonomous-Driving-Simulation-ROS-Noetic

ROS-Noetic-based autonomous driving simulation project , using DWA path planning algorithm and dual PID controller

Language: C++ - Size: 9.59 MB - Last synced at: 3 months ago - Pushed at: 5 months ago - Stars: 114 - Forks: 10

sanjay-1458/Dijkstra-Visualizer

A simple shortest path visualizer, which shows how the Dijkstra algorithm work in a grid with obstacles.

Language: JavaScript - Size: 3.63 MB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

jeffoliveira977/desafio-tecnico

Desafio Técnico - Processamento de Dados de Cidades e Rotas (Python)

Language: Python - Size: 2.93 KB - Last synced at: 4 months ago - Pushed at: 4 months ago - Stars: 0 - Forks: 0

deep-45deepak/Smart-Calctr

Feel free to Check ✅

Language: EJS - Size: 1.25 MB - Last synced at: 4 months ago - Pushed at: 4 months ago - Stars: 1 - Forks: 0

dhruvabhat24/GPS-NAVIGATOR

"GPS Navigator: Your efficient travel companion! Utilize Dijkstra's algorithm for shortest routes, making travel planning a breeze with HTML, CSS, and JavaScript. Easy, accurate, hassle-free navigation."

Language: HTML - Size: 2.29 MB - Last synced at: 6 days ago - Pushed at: almost 2 years ago - Stars: 15 - Forks: 3

barannmeisterr/Dynamic-Transportation-Bus-Schedule-Simulation

This project simulates real bus transportation systems, analyzes route structures and builds the base for shortest path / trip planning algorithms by using Directed Graph Data Structure and Dijkstra Algorithm.

Language: Java - Size: 50.8 KB - Last synced at: 4 months ago - Pushed at: 4 months ago - Stars: 0 - Forks: 0

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

Language: C++ - Size: 30.1 MB - Last synced at: about 2 months ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

suxrobGM/maze-godot

2D Maze game with AI built using Godot

Language: C# - Size: 3.88 MB - Last synced at: 19 days ago - Pushed at: 11 months ago - Stars: 7 - Forks: 3

Kerciu/data-structures-and-algorithms

Basic DSA & computional theory stuff implemented in Python

Language: Python - Size: 1.37 MB - Last synced at: 2 months ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

zac-perry/Go-Dijkstras-Algorithm

Go Implementation of Dijkstra's Algorithm for ECE 553 (Computer Networks)

Language: Go - Size: 1.27 MB - Last synced at: 4 months ago - Pushed at: 4 months ago - Stars: 0 - Forks: 0

oliverharboe/dijkstra_path

School project: using dijkstra for finding shortest path between 2 nodes in a graph

Language: Python - Size: 11.7 KB - Last synced at: 4 months ago - Pushed at: 4 months ago - Stars: 0 - Forks: 0

ayush-tiwari57/Algorithm-Visualizer

Visualize working of famous algorithms, Currently Implemented Path Finding (Dijkstra's, A Star, BFS, DFS) Sorting (Bubble, Insertion, Selection, Merge, Quick, Heap)

Language: JavaScript - Size: 331 KB - Last synced at: 2 months ago - Pushed at: over 4 years ago - Stars: 78 - Forks: 28

AltyAlty/grokking-algorithms-python-russian-english-comments

Examples and algorithms written in Python for the book "Grokking Algorithms" with Russian and English comments. Примеры и алгоритмы, написанные на Python для книги "Грокаем Алгоритмы" с русскими и английскими комментариями

Language: Python - Size: 145 KB - Last synced at: about 2 months ago - Pushed at: almost 5 years ago - Stars: 28 - Forks: 15

matrzez/discrete-optimization-shortest-paths

Prezentacja z zakresu optymalizacji dyskretnej, która obejmuje zagadnienie najkrótszych dróg. Jest to podstawowy problem teorii grafów i sieci, służący do znajdowania najkrótszych połączeń pomiędzy dwoma wybranymi wierzchołkami w grafie ważonym.

Size: 1.15 MB - Last synced at: 4 months ago - Pushed at: 4 months ago - Stars: 0 - Forks: 0

jayalbo/ESDS

ES6 Data Structures

Language: JavaScript - Size: 805 KB - Last synced at: 9 days ago - Pushed at: about 1 year ago - Stars: 4 - Forks: 1

Dhanuragavi/DSA

Implementation of graph search and optimization algorithm.

Language: Python - Size: 5.86 KB - Last synced at: 4 months ago - Pushed at: 4 months ago - Stars: 1 - Forks: 0

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. 🚀

Language: C++ - Size: 112 KB - Last synced at: 4 months ago - Pushed at: 4 months ago - Stars: 2 - Forks: 0

KnotzerIO/indoor-wayfinder

Interactive SVG map with indoor wayfinding powered by React

Language: TypeScript - Size: 1.12 MB - Last synced at: 4 months ago - Pushed at: 7 months ago - Stars: 54 - Forks: 17

vincenzomarotta/Data-Structures

Respository for assignments during Laboratory of Algorithm and Data Structures course @ Università di Napoli Federico II.

Language: C - Size: 1.11 MB - Last synced at: 4 months ago - Pushed at: 4 months ago - Stars: 0 - Forks: 0

Shepe1304/pathFinder_visibilityGraph_djikstra

A visual pathfinding application that calculates and displays the shortest path between two points on a customizable map. Features include interactive map creation, visibility graph visualization, and path optimization using Dijkstra's algorithm. Built with Python and Tkinter.

Language: Python - Size: 90.8 KB - Last synced at: 4 months ago - Pushed at: 4 months ago - Stars: 0 - Forks: 0

vittorioPiotti/DijkstraAlgorithm-C

Pseudocodifica in C dell'algoritmo di Dijkstra con calcolo di tutti i valori minimi e con archi direzionabili

Language: C - Size: 447 KB - Last synced at: 4 months ago - Pushed at: 8 months ago - Stars: 54 - Forks: 1

Roopam-mishra/Data-Structures-and-Algorithms-Coursera

This repository contains solutions of programming assignments of courses of Data Structures and Algorithms Specialization by University of California San Diego.

Language: C++ - Size: 8.27 MB - Last synced at: 2 months ago - Pushed at: about 5 years ago - Stars: 11 - Forks: 4

vittorioPiotti/DijkstraSolver-Bootstrap-Vis

Dijkstra Solver dal design efficace per creare e caricare esercizi su Dijkstra con visualizzazione di tutti i cammini minimi e con archi direzionabili

Language: JavaScript - Size: 6.96 MB - Last synced at: 5 months ago - Pushed at: 8 months ago - Stars: 69 - Forks: 0

risahamm/SmartCalc-v2.0

Implementation of an extended version of a conventional calculator in C++17.

Language: C++ - Size: 5.86 MB - Last synced at: 28 days ago - Pushed at: 5 months ago - Stars: 0 - Forks: 0

Related Keywords
dijkstra-algorithm 1,420 graph 208 dijkstra 184 dijkstra-shortest-path 174 graph-algorithms 173 algorithms 169 python 154 pathfinding 153 astar-algorithm 139 java 134 shortest-path-algorithm 129 bfs-algorithm 127 data-structures 119 dfs-algorithm 107 graphs 94 cpp 89 algorithm 88 breadth-first-search 85 kruskal-algorithm 83 bellman-ford-algorithm 83 javascript 77 bfs 73 depth-first-search 63 dynamic-programming 60 dfs 59 floyd-warshall-algorithm 59 algorithms-and-data-structures 57 shortest-paths 57 a-star-algorithm 55 prims-algorithm 55 python3 50 c 48 sorting-algorithms 47 linked-list 46 stack 43 priority-queue 42 graph-theory 41 binary-search-tree 41 prim-algorithm 39 visualization 38 pathfinding-algorithm 37 shortest-path 35 path-planning 35 queue 34 react 34 heap 32 greedy-algorithms 31 topological-sort 31 csharp 28 dijkstras-algorithm 27 a-star 26 quicksort 25 pygame 24 maze-solver 24 recursion 24 pathfinding-algorithms 24 tree 23 pathfinding-visualizer 22 reactjs 22 avl-tree 22 knapsack-problem 22 css 22 dijsktra-shortest-path 21 astar-pathfinding 21 minimum-spanning-trees 21 binary-search 20 maze-generator 20 pathfinder 20 javafx 18 merge-sort 17 data-structures-and-algorithms 17 hashtable 17 cplusplus 16 astar 16 adjacency-list 16 typescript 16 selection-sort 16 searching-algorithms 15 html 15 mergesort 15 maze 15 heapsort 14 adjacency-matrix 14 networkx 14 map 14 robotics 14 bubble-sort 13 graphs-algorithms 13 travelling-salesman-problem 13 floyd-warshall 13 fibonacci-heap 13 c-plus-plus 13 bellman-ford 13 greedy-best-first-search 13 search-algorithm 13 ai 13 dijkstrasalgorithm 13 oop 12 ros 12 binary-heap 12