rohaquinlop / automathon

A Python library for simulating and visualizing finite automata
https://rohaquinlop.github.io/automathon/
MIT License
61 stars 2 forks source link

Add minimize function to DFA class #43

Closed rohaquinlop closed 1 month ago

rohaquinlop commented 2 months ago

Explore implementations and add the minimize function to the DFA class, this function already exists in the NFA class. Consider reading the book Automata Theory: An Algorithmic Approach used by @tchaumeny in his article.