NFA to DFA Conversion - BCS503

Implementation done by Rishi Yadav (https://github.com/RishiY7/NFA-to-DFA)
Input: states | start | finals | transitions (FROM,SYMBOL,TO). Example: A,B,C → A → C → A,0,A …
Ready

Conversion Steps

Steps will appear here after converting to DFA.

NFA Diagram

DFA Diagram