Skip to content

Commit

Permalink
chore: Add NFA class as an extension of DFA
Browse files Browse the repository at this point in the history
  • Loading branch information
Tony0380 committed Jun 9, 2024
1 parent 3f1b6a6 commit 992f703
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
package computability.CalculationModels.NFA;
import computability.CalculationModels.DFA.*;
public class NFA extends DFA {

}

0 comments on commit 992f703

Please sign in to comment.