logo
首页技术栈工具库讨论
graphs

graphs

A "not-very-Haskelly" API for calculating traversals of graphs that may be too large to fit into memory. The algorithms included are inspired by the visitor concept of the Boost Graph Library. Here is a very simple example of how we might execute a depth-first-search. In this case the visitor simply collects the edges and vertices in the order that the corresponding functions get called. After the necessary imports, create an adjacency list where the vertices are labeled with integers.
由 
bruceshi2021-01-13 收录
--
推荐
不推荐
更多信息
GitHub iconekmett/graphs38
HACKAGE
carbal install graphs
查看
标签
根据用户添加的标签生成
暂无标签