algorithms icon indicating copy to clipboard operation
algorithms copied to clipboard

Conversion of NFA to a DFA

Open EricBrianAnil opened this issue 5 years ago • 1 comments

Code to convert an NFA to DFA using python, thanks to Rahul-Jyothi.

EricBrianAnil avatar Sep 30 '20 20:09 EricBrianAnil

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 :)

EricBrianAnil avatar Oct 02 '20 20:10 EricBrianAnil