Search over Algebraic Graphs
What happened
In my post Generic Recursion Applied to Algebraic Graphs 1 we explored how we can leverage recursion schemes to perform basic operations on a graph data structure. In that post, as well as in the alga library itself 2 , algorithms on graphs were facilitated by first converting the algebraic graph representation into an adjacency map and performing the algorithms on that data structure. In Algebraic Graphs with Class…
Summary assembled by rule from the sources below