algorithms
algorithms copied to clipboard
Conversion of NFA to a DFA
Code to convert an NFA to DFA using python, thanks to Rahul-Jyothi.
We don't need dependencies (pandas) here. Wrap the main algorithm in function, and remove the IO and other irrelevant stuff. Also add tests at
tests/. Thanks
Yess Did that :)