Graph Algorithms in Go
This repository contains implementations of various graph algorithms written in Go. I’ve written them to learn about these algorithms.
Implemented
- Data structues
- Graph and Digraph
- Flow network
- Set
- Sorting algorithms
- Spanning tree algorithms
- Shortest path algorithms
- Search algorithms
- Connected components algorithms
- Network algorithms
- Residual network
Contributors
- Julianna Gobolos-Szabo (Topological sorting)