goyalarchit/graph-extra - version: 1.0.1
for more information visit the package's GitHub page
Package contains the following modules:
graph-extra
Convenience functions and random graph generator for working with elm-community/graph.
The package exposes three modules
- Graph.Extra : Convenience functions for Graph type
- Graph.Tree.Extra : Convenience functions for Graph.Tree type
- Random.Graph : Random Generators for Graph type
Check end-to-end example code in the examples/
folder.
Future Work
- [ ] Write Test cases using elm-test.
- [ ] Use elm-explorations/benchmark to benchmark the performance of all modules.
- [ ] Add more algorithms (like problem types 8,9,10 in this blog)
- [ ] Graph Colouring (Algorithm #8)
- [ ] Max Flow (Algorithm #9)
- [ ] Matching (Algorithm #10)