| Crates.io | digraph-rs |
| lib.rs | digraph-rs |
| version | 0.1.0 |
| created_at | 2022-12-28 13:49:45.942873+00 |
| updated_at | 2022-12-28 13:49:45.942873+00 |
| description | a handful of algorithms for digraphs |
| homepage | https://github.com/besok/digraph-rs |
| repository | https://github.com/besok/digraph-rs |
| max_upload_size | |
| id | 746854 |
| size | 77,832 |
Sandbox for playing with digraphs.
A set of methods to handle and visualize the different approaches and algorithms in an appliance to directed graphs.
Di Graph
Graph builder: a set of macros to construct or extend graphs
Graph visualization to dot format
Dijkstra
AStar
BFS
DFS
Random graphs