graphs ボキャブラリ
Factor ハンドブック > ボキャブラリ索引


ドキュメント
Directed graph utilities

メタデータ
タグ:collections
作者:Slava Pestov


ワード

シンボルワード
graph
previous


通常ワード
ワードスタック効果
(add-vertex)( key value vertex -- )
(closure)( obj quot: ( elt -- assoc ) -- )
(remove-vertex)( key value vertex -- )
add-vertex( vertex edges graph -- )
add-vertex*( vertex edges graph -- )
closure( obj quot -- assoc )
if-graph( vertex edges graph quot -- )
nest( key -- hash )
remove-vertex( vertex edges graph -- )
remove-vertex*( vertex edges graph -- )


ファイル
resource:core/graphs/graphs.factor
resource:core/graphs/graphs-docs.factor
resource:core/graphs/graphs-tests.factor