Ade-graph-generators
ade-graph-generators provides functions for generating complete and random graphs. These utilities are particularly useful for testing and benchmarking graph algorithms.
Installation
Add this to your Cargo.toml:
[]
= "0.1.0"
Usage Example
This example demonstrates how to use the complete_graph_data function to generate nodes and edges for a complete directed graph. The output is meant to be used as input for the build_graph function.
use complete_graph_data;
Documentation
The complete documentation is available on docs.rs.
License
Licensed under either of
- Apache License, Version 2.0, (LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)
- MIT license (LICENSE-MIT or http://opensource.org/licenses/MIT)
at your option.