📈 Go Implementation of Dijkstra's Algorithm for ECE 553 (Computer Networks)
-
Updated
Apr 24, 2025 - Go
📈 Go Implementation of Dijkstra's Algorithm for ECE 553 (Computer Networks)
Program for creating mazes and finding the shortest path between two points
This repository contains graph algorithms made in golang by Lars M Bek and Ida M Jensen. It contains interface driven code, that is open-sourced. It contains: Graph, Dijkstra algorithm and will have more in the future.
Fastest golang Dijkstra path finder
pathfinding visualization in go using raylib
Convert OSM-file to graph for contraction hierarchies
Contraction Hierarchies (with bidirectional version of Dijkstra's algorithm) technique for computing shortest path in graph.
SPB subway simulator
Efficient Go implementations of graph data structures and algorithms such as (bi-directional) Dijkstra's Algorithm, A*, Arcflags, ALT and more
The implementation of Dijkstra Algorithm in Go language
Finds optimal paths to get ants 🐜 across a colony
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
Method to solve Dijkstra's algorithm for a graph of nodes and edges as specified by user. In other words, how to find the shortest route between two locations on a map, when all locations are connected by different paths.
Algorithms from https://www.manning.com/books/grokking-algorithms
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."