digraph-rs 0.1.0

a handful of algorithms for digraphs
Documentation
  • Coverage
  • 15.56%
    14 out of 90 items documented1 out of 62 items with examples
  • Size
  • Source code size: 89.36 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 8.32 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 31s Average build duration of successful builds.
  • all releases: 31s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • Homepage
  • Repository
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • besok

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