Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/gabrielsantoslima/automata-theory
- Owner: gabrielSantosLima
- Created: 2024-05-30T16:04:58.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-06-06T14:53:26.000Z (5 months ago)
- Last Synced: 2024-10-12T19:20:36.763Z (26 days ago)
- Topics: automata-theory, dfa, julia, nfa, python, rust
- Language: Python
- Homepage:
- Size: 407 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.