Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/gabrielsantoslima/automata-theory

⚙Computational models
https://github.com/gabrielsantoslima/automata-theory

automata-theory dfa julia nfa python rust

Last synced: 26 days ago
JSON representation

⚙Computational models

Awesome Lists containing this project

README

        

![](./repo/logo.png)

# Automata Theory

> _The Automata Theory deals with the definitions and properties of the computation's mathematical models. These models are very important in many areas of the computer science. [...] The Automata Theory is excelent to start studying the computer theory and define what is a computer._ **(Michael, Sipser - Introduction to the Theory of Computation)**

This repository presents many models implementations built in Python, Julia and Rust, covering some models described in the book "Introduction to the Theory of Computation", by Michael Sipser.