Tags: | collections |
Authors: | Alex Chapman |
Class | Superclass | Slots |
digraph | hashtable | |
vertex | tuple | value edges |
Word | Stack effect |
(topological-sort) | ( seq unvisited key -- seq unvisited ) |
<digraph> | ( -- digraph ) |
<vertex> | ( value -- vertex ) |
@edges | ( from to digraph -- to edges ) |
add-edge | ( from to digraph -- ) |
add-vertex | ( key value digraph -- ) |
children | ( key digraph -- seq ) |
delete-edge | ( from to digraph -- ) |
delete-to-edges | ( to digraph -- ) |
delete-vertex | ( key digraph -- ) |
topological-sort | ( digraph -- seq ) |
topological-sorted-values | ( digraph -- seq ) |
unvisited? | ( unvisited key -- ? ) |
visit-children | ( seq unvisited key -- seq unvisited ) |
visited | ( unvisited key -- ) |
Word | Stack effect |
digraph? | ( object -- ? ) |
vertex? | ( object -- ? ) |