directed_graph 0.4.4 copy "directed_graph: ^0.4.4" to clipboard
directed_graph: ^0.4.4 copied to clipboard

Generic directed graph and weighted directed graph with algorithms enabling sorting and topological ordering of vertices.

example/README.md

Dart

Directed Graph - Example #

The files located in the folder bin contain short programs that demonstrate how to:

  • create a numerical representation of the directed graph shown in the figure below using the class DirectedGraph ,
  • create an object of type WeightedDirectedGraph and find the shortest, lightest, and heaviest path between two vertices,
  • use the class GraphCrawler.

Directed Graph Image

Features and bugs #

Please file feature requests and bugs at the issue tracker.

57
likes
160
points
16.3k
downloads

Publisher

verified publishersimphotonics.com

Weekly Downloads

Generic directed graph and weighted directed graph with algorithms enabling sorting and topological ordering of vertices.

Repository (GitHub)
View/report issues

Topics

#graph #directed-graph #topological #vertex

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

collection, exception_templates, lazy_memo, quote_buffer

More

Packages that depend on directed_graph