Skip to content
/ graph Public

A small Clojure library for depth-first search and related algorithms.

Notifications You must be signed in to change notification settings

stebulus/graph

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

amotlpaa.graph

A simple library for depth-first search and related algorithms.

The amotlpaa.df namespace provides an abstract notion of a cursor in a depth-first search, and tools for manipulating such cursors. The amotlpaa.graph namespace provides a simple adjacency-list representation of graphs and some basic algorithms for them, making use of df. (See the implementation of scc-map, for example.)

About

A small Clojure library for depth-first search and related algorithms.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published