cwsamuelson / dataStructures

Basic data structure utility.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Enable graph as a state machine

cwsamuelson opened this issue · comments

commented

Add the ability to traverse a graph structure like a state machine, with different events occurring when traversing edges, or when in a particular state.

This is best implemented without adding overhead to graph class, and only adding pieces on top.