rzel / mini-java

Automatically exported from code.google.com/p/mini-java
0 stars 0 forks source link

Try to use directed Graph to represent FA #7

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Directed Graph is a very suitable data structure for representing the FA.
And our interface of FA is just resemble of a Directed Graph. So try to
reuse any implementation of a generic Directed Graph will be a great
improvement of the current implementation of FA interface.

Original issue reported on code.google.com by lemontree.cool on 23 Aug 2008 at 1:54

GoogleCodeExporter commented 9 years ago

Original comment by lemontree.cool on 2 Oct 2008 at 9:39

GoogleCodeExporter commented 9 years ago

Original comment by lemontree.cool on 3 Oct 2008 at 4:05