An open API service providing package, version and dependency metadata of many open source software ecosystems and registries.

graphs @ 0.2

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.

Published
Indexed
Dependencies
6
    Loading...
    Readme
    Loading...
    Dependencies
    Links
    Registry hackage.haskell.org
    Download Download
    JSON API View JSON
    CodeMeta codemeta.json
    Version Details
    PURL pkg:hackage/graphs@0.2
    spec