Skip to content

@graphty/algorithms / types / TraversalResult

Interface: TraversalResult ​

Defined in: types/index.ts:39

Properties ​

order ​

order: NodeId[]

Defined in: types/index.ts:41


tree? ​

optional tree: Map<NodeId, NodeId | null>

Defined in: types/index.ts:42


visited ​

visited: Set<NodeId>

Defined in: types/index.ts:40