GitHub topics: dijkstra-algorithm
SvenWoltmann/pathfinding
Source code for the HappyCoders.eu articles on pathfinding and shortest path algorithms (Dijkstra, A*, Bellman-Ford, Floyd-Warshall).
Language: Java - Size: 979 KB - Last synced at: about 6 hours ago - Pushed at: about 7 hours ago - Stars: 39 - Forks: 24

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.42 MB - Last synced at: about 7 hours ago - Pushed at: about 9 hours 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: about 11 hours ago - Pushed at: about 13 hours ago - Stars: 1 - Forks: 0

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: 1 day ago - Pushed at: 1 day 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: 2 days ago - Pushed at: 2 days ago - Stars: 0 - Forks: 0

hanz-fr/algomaze
Algomaze (Algorithm Maze Game)
Language: C++ - Size: 21.3 MB - Last synced at: 3 days ago - Pushed at: 3 days ago - Stars: 0 - Forks: 0

houzhaohan/Find-the-Shortest-Path
Using different algorithms to solve the shortest path 使用不同算法求解最短路径
Language: Jupyter Notebook - Size: 1 MB - Last synced at: 6 days ago - Pushed at: 6 days 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: 9 days ago - Pushed at: 9 days ago - Stars: 1 - Forks: 0

rhymebulbul/FIT2004
Algorithms and Data Structures
Language: Python - Size: 586 KB - Last synced at: 10 days ago - Pushed at: 10 days 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: 3 days ago - Pushed at: 4 months ago - Stars: 0 - Forks: 0

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: 3 days ago - Pushed at: 2 months ago - Stars: 156 - Forks: 9

ZigRazor/CXXGraph
Header-Only C++ Library for Graph Representation and Algorithms
Language: C++ - Size: 71.7 MB - Last synced at: 12 days ago - Pushed at: 12 days 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: 14 days ago - Pushed at: 14 days ago - Stars: 0 - 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: 15 days ago - Pushed at: 15 days ago - Stars: 0 - Forks: 0

davecom/SwiftGraph
A Graph Data Structure in Pure Swift
Language: Swift - Size: 1.84 MB - Last synced at: about 22 hours ago - Pushed at: 3 months ago - Stars: 776 - Forks: 80

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: 16 days ago - Pushed at: 16 days 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: 16 days ago - Pushed at: 16 days ago - Stars: 0 - Forks: 0

BaoPhuc1311/AlgorithmVisualization
Simplifying complex algorithms through interactive visualizations
Language: Python - Size: 13.7 KB - Last synced at: 16 days ago - Pushed at: 16 days ago - Stars: 1 - Forks: 0

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: 14 days ago - Pushed at: 6 months ago - Stars: 81 - Forks: 14

petruki/dijkstra-algorithm
My implementation of Dijkstra algorithm
Language: Java - Size: 739 KB - Last synced at: 18 days ago - Pushed at: 18 days ago - Stars: 0 - Forks: 0

Kevi2217/P1---Algoritmer
Language: Python - Size: 22.5 KB - Last synced at: 19 days ago - Pushed at: about 3 years ago - Stars: 3 - Forks: 0

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: 17 days ago - Pushed at: 5 months ago - Stars: 4,760 - Forks: 1,246

vik-ma/pathfinding-race
A browser game where pathfinding algorithms race against each other!
Language: JavaScript - Size: 7.92 MB - Last synced at: 20 days ago - Pushed at: 20 days ago - Stars: 4 - Forks: 0

Arcoti/Maze-Solver
Maze Solver with Dijkstra's Algorithm
Language: Python - Size: 59.6 KB - Last synced at: 21 days ago - Pushed at: 21 days ago - Stars: 0 - Forks: 0

matiii/Dijkstra.NET
Graph processing library
Language: C# - Size: 1.26 MB - Last synced at: 24 days ago - Pushed at: over 3 years ago - Stars: 124 - Forks: 31

Dietr1ch/search
Somewhat fast toy A* implementation
Language: Rust - Size: 391 KB - Last synced at: 27 days ago - Pushed at: 27 days 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: 10 days ago - Pushed at: 4 months ago - Stars: 116 - Forks: 9

GuilhermeStracini/POC-dotnet-Dijkstra
🔬 Proof of Concept of Dijkstra's algorithm in .NET
Language: C# - Size: 501 KB - Last synced at: 19 days ago - Pushed at: 29 days ago - Stars: 3 - Forks: 0

sharikalog7/OSM
Size: 484 KB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 0 - Forks: 0

ImSupermaxy/LigacaoEstelar
A game of theory of graphs using dijkstra
Language: Python - Size: 10.5 MB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 0 - Forks: 0

tkytel/mantela-router
Telephone Network Mandala Router
Language: JavaScript - Size: 14.6 KB - Last synced at: about 1 month ago - Pushed at: about 1 month 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: about 1 month ago - Pushed at: about 1 month ago - Stars: 0 - Forks: 0

joshmessi10/Dijkstra-Web
Dijkstra Algorithm Web App
Language: JavaScript - Size: 14.6 KB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 1 - Forks: 0

privateboss0/Artificial_Intelligence_Stanford
Stanford-CS221 class practical's, Assignments and projects
Language: Python - Size: 698 KB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 0 - Forks: 0

rlishtaba/py-algorithms
Algorithms and Data Structures, solutions to common CS problems.
Language: Python - Size: 166 KB - Last synced at: 14 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: about 1 month ago - Pushed at: about 1 month 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: about 1 month ago - Pushed at: about 1 month ago - Stars: 1 - Forks: 0

henriquepmartins/mooveat
Encontre o McDonalds mais perto de você!
Language: TypeScript - Size: 419 KB - Last synced at: 21 days ago - Pushed at: about 1 month ago - Stars: 0 - Forks: 0

WilliamZhang20/Stochastic-Control
Optimal control concepts, applied in code
Language: Julia - Size: 225 KB - Last synced at: 8 days ago - Pushed at: about 1 month 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: about 1 month ago - Pushed at: about 1 month 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: about 1 month ago - Pushed at: over 1 year 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: 7 days ago - Pushed at: about 1 month 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: 19 days ago - Pushed at: about 2 months ago - Stars: 0 - Forks: 0

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: about 2 months ago - Pushed at: about 2 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: about 2 months ago - Pushed at: about 2 months ago - Stars: 0 - Forks: 0

tchadeadt/dijkstra
Language: JavaScript - Size: 7.81 KB - Last synced at: about 2 months ago - Pushed at: about 2 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: about 2 months ago - Pushed at: about 2 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: 2 days 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: about 2 months ago - Pushed at: about 2 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: about 2 months ago - Pushed at: about 2 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: about 2 months ago - Pushed at: about 2 months ago - Stars: 0 - 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: 4 days ago - Pushed at: about 2 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: about 2 months ago - Pushed at: about 2 months ago - Stars: 0 - Forks: 0

easbar/fast_paths
Fast shortest path calculations for Rust
Language: Rust - Size: 1.32 MB - Last synced at: about 2 months ago - Pushed at: about 1 year ago - Stars: 280 - Forks: 25

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: 205 KB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 6 - Forks: 0

Tamoziit/Design-Analysis-of-Advanced-Algorithms
Advanced Algorithms in DSA
Language: C - Size: 27.3 KB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 1 - 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: about 1 month ago - Pushed at: 3 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: 2 months ago - Pushed at: 2 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: 2 months ago - Pushed at: 2 months ago - Stars: 0 - Forks: 0

deep-45deepak/Smart-Calctr
Feel free to Check ✅
Language: EJS - Size: 1.25 MB - Last synced at: 2 months ago - Pushed at: 2 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: 4 days ago - Pushed at: almost 2 years ago - Stars: 15 - Forks: 3

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: 383 KB - Last synced at: about 2 months ago - Pushed at: 2 months ago - Stars: 1 - Forks: 0

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: 2 months ago - Pushed at: 2 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: 11 days ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

Kerciu/data-structures-and-algorithms
Basic DSA & computional theory stuff implemented in Python
Language: Python - Size: 1.37 MB - Last synced at: about 1 month ago - Pushed at: 11 months 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: 3 months ago - Pushed at: 3 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: 3 months ago - Pushed at: 3 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: about 1 month 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: 16 days 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: 3 months ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

jayalbo/ESDS
ES6 Data Structures
Language: JavaScript - Size: 805 KB - Last synced at: 5 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: 3 months ago - Pushed at: 3 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: 3 months ago - Pushed at: 3 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: 3 months ago - Pushed at: 5 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: 3 months ago - Pushed at: 3 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: 3 months ago - Pushed at: 3 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: 3 months ago - Pushed at: 6 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: 25 days 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: 3 months ago - Pushed at: 6 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: 3 months ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

analiaBurgosDev/java_dijkstra
The objective of this exercise is to implement **Dijkstra's Algorithm** to find the shortest path in a weighted graph .
Language: Java - Size: 5.86 KB - Last synced at: 7 days ago - Pushed at: 3 months ago - Stars: 1 - Forks: 0

Tomiwa-Ot/cs-assignments
computer science assignments
Language: HTML - Size: 30.9 MB - Last synced at: 8 days ago - Pushed at: 3 months ago - Stars: 3 - Forks: 1

tarnowsky/howToGetThere-v2
Project of the "HowToGetThere" application developed for the Algorithms and Data Structures course. The project implements Dijkstra's algorithm and a simple hash table. The program allows finding the shortest path between two cities and provides the route that has been determined.
Language: C++ - Size: 19.5 KB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

In7elligence/path-finder-visualizer
A pathfinding visualizer for different pathfinding algorithms
Language: TypeScript - Size: 623 KB - Last synced at: 4 months ago - Pushed at: 4 months ago - Stars: 2 - Forks: 0

aymanmomin/The-Harry-Potter-Reunion
Language: Python - Size: 327 KB - Last synced at: 4 months ago - Pushed at: 4 months ago - Stars: 0 - Forks: 0

lettier/shortestpath
An interactive HTML5 canvas graph that shows the shortest path between any two nodes.
Language: JavaScript - Size: 602 KB - Last synced at: 3 months ago - Pushed at: over 11 years ago - Stars: 13 - Forks: 3

MYounesDev/AuthorGraphAnalyzer
a web-based visualization tool for analyzing and exploring author collaboration networks
Language: JavaScript - Size: 22.1 MB - Last synced at: 4 days ago - Pushed at: 4 months ago - Stars: 0 - Forks: 0

TrafficGCN/osmnx_adjacency_matrix_for_graph_convolutional_networks
Creating an Adjacency Matrix Using the Dijkstra Algorithm for Graph Convolutional Networks GCNs
Language: Jupyter Notebook - Size: 46.9 MB - Last synced at: 3 months ago - Pushed at: over 1 year ago - Stars: 22 - Forks: 2

coderkun12/Data_Structures
data structure codes in C and C++.
Language: C - Size: 45.9 KB - Last synced at: 4 months ago - Pushed at: 4 months ago - Stars: 0 - Forks: 0

Josh012006/Implementation-of-Dijkstra-algorithm-in-JS
An implementation of Dijkstra's Algorithm in JavaScript.
Language: JavaScript - Size: 1.95 KB - Last synced at: 4 months ago - Pushed at: about 1 year 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: 3 months ago - Pushed at: 10 months ago - Stars: 6 - Forks: 3

FarhanTips/Algorithm
This repository dives into the core concepts of Algorithms through engaging exercises and practical coding challenges. It’s designed to sharpen problem-solving skills and enhance your understanding of key algorithmic techniques in a hands-on, interactive way.
Language: Python - Size: 9.53 MB - Last synced at: 4 months ago - Pushed at: 4 months ago - Stars: 0 - Forks: 0

yousefalshaikh17/dungeon-crawler
Procedurally generated dungeon crawling with an added demo.
Size: 2.93 KB - Last synced at: 4 months ago - Pushed at: 4 months 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: 3 months ago - Pushed at: over 1 year ago - Stars: 52 - Forks: 7

nellogan/PathfindingVisualizer
Visualize how different search algorithms traverse a grid.
Language: JavaScript - Size: 708 KB - Last synced at: 4 months ago - Pushed at: 4 months ago - Stars: 1 - Forks: 0

OBaruch/airline_route_optimization
Windows Software for Airlines Administration.
Language: C# - Size: 4.27 MB - Last synced at: 4 months ago - Pushed at: 4 months ago - Stars: 0 - Forks: 0

undefiened/balance
Balancing emergency landing locations for UTM using a greedy approach as well as an integer programming model.
Language: Python - Size: 3.05 MB - Last synced at: 4 months ago - Pushed at: 4 months ago - Stars: 0 - Forks: 0

vitalibo/grapes
Six degrees of separation theory research
Language: Java - Size: 262 KB - Last synced at: about 2 months ago - Pushed at: 4 months ago - Stars: 1 - 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: 859 KB - Last synced at: about 1 month ago - Pushed at: 4 months ago - Stars: 1 - Forks: 0

ThibaultPND/Dijkstra_In_C
I wanted to create a visual A* algorithm in full C. So i do
Language: C - Size: 7.37 MB - Last synced at: 4 months ago - Pushed at: 4 months ago - Stars: 0 - Forks: 0
