tiki_scala
tiki_scala copied to clipboard
Library for functional graph & geometry algorithms
tiki
Summary
Summary
A library for functional graph algorithms.
Issues
Waffle board.
Documentation
Tiki information and documentation is available on the website. Scaladoc index.
Algorithm | Example |
---|---|
depth & breadth first search | ![]() |
Kahn (topological sort) | ![]() |
Bellman-Ford (negative cycle detection) | ![]() |
Kruskal (minium spanning tree) | ![]() |
Kosaraju (strongly connected components) | ![]() |
Bowyer-Watson (Delaunay triangulation) | ![]() |
Euclidean distance mst | ![]() |
K-Spanning (clustering) trees | ![]() |
Markov Cluster Algorithm (MCL) | ![]() |