casaltarelli / Grepy

Version of Grepy used to test input against Regular Expressions utilizing NFA and DFA automation developed in Java. Project for CMPT 440L at Marist College Spring 2020
GNU General Public License v3.0
0 stars 0 forks source link

Define checkExists() [DFABuild.java] #22

Closed casaltarelli closed 4 years ago

casaltarelli commented 4 years ago

checkExists() checks if our nxtState string from findNext() already exists in our DFA States Definition. If so create Delta transition to State. Or if it doesn't exist create the new State and then create our Delta transition

casaltarelli commented 4 years ago

Completed.