]> git.ozlabs.org Git - ccan/commit
aga: Depth first search
authorDavid Gibson <david@gibson.dropbear.id.au>
Sat, 13 Jun 2015 15:34:40 +0000 (01:34 +1000)
committerDavid Gibson <david@gibson.dropbear.id.au>
Sat, 1 Aug 2015 14:29:25 +0000 (00:29 +1000)
commitbe32f4df1263ad0d323d6d401f037a37a19d580f
treeca12753cd756a9d75d24be53c2ba8cebb4fea2ac
parent2192bdd98afbb1ddb489c863edd191877051de8b
aga: Depth first search

This implements depth first search for the abstract graph algorithms
module.

Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
ccan/aga/_info
ccan/aga/aga.h
ccan/aga/dfs.c [new file with mode: 0644]
ccan/aga/test/api-dfs.c [new file with mode: 0644]