Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/abhishtagatya/graf

🚈 Graph Algorithms Library in Go
https://github.com/abhishtagatya/graf

Last synced: about 11 hours ago
JSON representation

🚈 Graph Algorithms Library in Go

Awesome Lists containing this project

README

        

# Graf : A Graph Algorithm Library
> Implements Common Graph-related Algorithms

### Setup

---

### Implementations

#### Single-Source
- Dijkstra (Base) - [Open](impl%2Fdijkstra)

#### Single-Source Single-Target
- Dijkstra (Single-Source Single-Target) - [Open](impl%2Fdijkstra)
- A* Star (Haversine Distance) - [Open](impl%2Fastarh)
- Geometric Container (Wagner et al., 2005) - [Open](impl%2Fgeocontainer)

#### All-Pairs
- Floyd-Warshall (Base) - [Open](impl%2Ffloydwarshall)

#### Auxiliary Graph
- Min Overlay Graph - [Open](impl%2Fminoverlay)

#### Clustering
- K-Cluster - [Open](impl%2Fkcluster)

#### Miscellaneous
- Walks (Random, Min, Max) - [Open](impl%2Fwalk)

### Author
- Abhishta Gatya Adyatma