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

https://github.com/domamaric/utr

Python solutions for Introduction to Theoretical Computer Science laboratory exercises.
https://github.com/domamaric/utr

automata-simulator automata-theory dfa dfa-minimization nfa nfa-implementation parser

Last synced: 2 months ago
JSON representation

Python solutions for Introduction to Theoretical Computer Science laboratory exercises.

Awesome Lists containing this project

README

        

# UTR
Programsko ostvarenje konačnog automata, algoritama za minimizaciju konačnog automata, potisnog automata i tehnike parsiranja rekurzivnim spustom.

1. svaki se direktorij sastoji od programa i ispitnih primjera za pojedinu lab. vježbu
2. programi prolaze sve ispitne primjere

# TODO
- [x] Dodati četvrtu lab. vježbu
- [ ] Dodati bash skriptu za testiranje ispitnih prijmera