This repo accompanies my new video series about graph algorithms in Rust.
See it on YouTube!
Each episode comes with a tag in this repo / link to another repo if the example is too big.
- Let's build a Maze: Prim's algorithm & drawing mazes with SVG.
Tag
mazes
. - Graph Terminology & Representation in Rust.
Tag
repr
. - Topological Sorting and it's companion Yew framework intro & review video. The code for those is in this repo + there's a demo here.
- Bredth-First Search. Tag
bfs
.