digraph-rs

Crates.iodigraph-rs
lib.rsdigraph-rs
version0.1.0
sourcesrc
created_at2022-12-28 13:49:45.942873
updated_at2022-12-28 13:49:45.942873
descriptiona handful of algorithms for digraphs
homepagehttps://github.com/besok/digraph-rs
repositoryhttps://github.com/besok/digraph-rs
max_upload_size
id746854
size77,832
Boris Zhguchev (besok)

documentation

README

Digraph-rs

Sandbox for playing with digraphs.

Description

A set of methods to handle and visualize the different approaches and algorithms in an appliance to directed graphs.

Create

What is inside

  • Di Graph

  • Graph builder: a set of macros to construct or extend graphs

  • Graph visualization to dot format

  • Dijkstra

  • AStar

  • BFS

  • DFS

  • Random graphs

    • Erdős-Rényi model
    • Watts Strogatz model
Commit count: 0

cargo fmt