Open meettaraviya opened 6 years ago
Also fixed some bugs in DFA minimization and added feature to suppress warnings
@AdiChat @arnavb Can you please either merge or discard this pull request? Atleast tell me what's the problem? Is this a too much specialized algorithm?
This is a(n):
Details:
I want to add a module on theoretical computer science, which will contain implementation of algorithms related to automata, transducers, regular expressions and turing machines. For starters I will like to add various algorithms related to conversion between different represents of regular languages (DFA, NFA, regex).