This website requires JavaScript.
Explore
Help
Sign In
warrence
/
grapherity
Watch
1
Star
0
Fork
0
You've already forked grapherity
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
85e25ef0ca1586549295fb6af1d3ef210c9bf8f0
grapherity
/
src
T
History
warrence
85e25ef0ca
Refactor Graph iterator structs into private method used with std::iter::from_fn()
2026-05-08 20:48:43 +02:00
..
models
Refactor Graph iterator structs into private method used with std::iter::from_fn()
2026-05-08 20:48:43 +02:00
testing
Add GraphTopology::incidences(), update and add related tests
2026-05-08 13:12:23 +02:00
algorithms.rs
Update Dijkstra's to use incidences instead of neighbors, and with it custom edge weights
2026-05-08 13:16:23 +02:00
lib.rs
Add VertexMap to attach data to vertices
2026-05-06 20:28:00 +02:00
maps.rs
Add EdgeMap and private generic EntityMap, update tests
2026-05-07 16:03:17 +02:00
models.rs
Add Graph as a straight copy of AppendGraph
2026-04-22 16:33:05 +02:00
testing.rs
Add EdgeMap and private generic EntityMap, update tests
2026-05-07 16:03:17 +02:00
traits.rs
Add GraphTopology::incidences(), update and add related tests
2026-05-08 13:12:23 +02:00