finite-automata
finite-automata copied to clipboard
Issue during testing
Whenever there are two transition like this in between two states, the program thinks one of the transitions fails no matter what.
For example, this automaton should both accept 101 and 010 as inputs, but the program only thinks that 010 is valid and rejects 101.