Documentation
How to use AlgoKit
Graph Editor
The Graph Editor allows you to visualize graphs from plain text inputs. You can paste an edge list, adjacency list, or matrix. Use the physics toggle to let the nodes arrange naturally, or drag them manually to fix their positions.
Grid / Coordinate Lab
A visual workspace for 2D matrix problems. Click and drag to draw walls. Place Start and End nodes. Run BFS, DFS, or A* to visualize the pathfinding process step by step.