This project implements a complete set of algorithms for finite automata using Python. It was developed as part of the Mathématiques Discrètes – LU2IN005 course at Sorbonne Université (2023-2024). The ...
Welcome to the Automata in Python repository! This project features a collection of finite automata (FAs) implemented in Python. The goal is to provide an interactive and educational environment to ...
Abstract: Finite automata are used to represent different states in the form of abstract models that make the transition from on state to another more understandable. Finite automata help to develop ...