prepona icon indicating copy to clipboard operation
prepona copied to clipboard

A graph crate with simplicity in mind

Results 2 prepona issues
Sort by recently updated
recently updated
newest added

Tracking issue of list of features that needs to be implemented in order to reach feature parity with petgraph. ### Algorithms - [ ] Find Negative Cycle - [ ]...

I want to implement a custom graph storage that supports arbitrary info on the nodes. The GraphStorage trait seems a little restrictive in only allowing edge weights - am I...