File tree Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -4,10 +4,18 @@ Teaching and Learning concepts of Theory of Automata are now made easy and inter
44
55## Available Features
66
7- - A user shall be able to make make Automaton in Editor page where changes shall be synced across transition table and playground.
7+ - A user shall be able to make Automaton in Editor page where changes shall be synced across transition table and playground.
88- A user shall be able to download the Automaton.
99- A user shall be able to upload the Automaton.
1010- A user shall be able to test if Automaton is DFA or not.
11+ - A user shall be able to test if Automaton is NFA or not.
12+ - A user shall be able to highlight null transitions on already built Automaton.
13+ - A user shall be able to resize Automaton.
14+ - A user shall be able to test a string on already built Automaton.
15+ - A user shall be able to Minimize DFA.
16+ - A user shall be able to convert NFA to DFA.
17+ - A user shall be able to use Help page to find details regarding every feature and demo for visual explanation.
18+ - A user shall be able to use Contact page for any queries, issues or general message.
1119
1220## Try it Out
1321
You can’t perform that action at this time.
0 commit comments