rebellion icon indicating copy to clipboard operation
rebellion copied to clipboard

Graphs

Open jackfirth opened this issue 5 years ago • 2 comments

The rebellion/collection library should provide an API for graphs and graph-shaped data. Here are some relevant libraries to draw design inspiration from:

jackfirth avatar Sep 04 '19 10:09 jackfirth

https://web.engr.oregonstate.edu/~erwig/papers/InductiveGraphs_JFP01.pdf

samdphillips avatar Dec 14 '19 18:12 samdphillips

I started working on a functional graph API as part of my Advent of Code solutions. It's got most of the basics implemented and it's not super inefficient, as graphs are mostly just backed by multidicts.

jackfirth avatar Dec 14 '19 22:12 jackfirth