bradengroom/scala-automata-library

implement getShortestExample() method

Closed this issue · 1 comments

This method should return the shortest string that the automaton will accept. It should do a breadth-first search on the DFA form of the automaton until it finds a final state. The string to return will be the characters of the transitions taken to reach that state.

No longer going to be implemented