graphs vocabulary
Factor documentation > Factor handbook > Vocabulary index


Documentation
Directed graph utilities

Meta-data
Tags:collections
Authors:Slava Pestov


Words

Ordinary words
WordStack effect
add-vertex( vertex edges graph -- )
add-vertex*( vertex edges graph -- )
closure( vertex quot: ( vertex -- assoc ) -- assoc )
remove-vertex( vertex edges graph -- )
remove-vertex*( vertex edges graph -- )


Files
resource:basis/graphs/graphs.factor
resource:basis/graphs/graphs-docs.factor
resource:basis/graphs/graphs-tests.factor


Children
VocabularySummary
graphs.privategraphs.private vocabulary