Search over Algebraic Graphs
发生了什么
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…
摘要按规则整理自下方来源原文