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.
- Host: GitHub
- URL: https://github.com/domamaric/utr
- Owner: domamaric
- License: mit
- Created: 2021-05-21T07:57:18.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2023-10-11T12:23:09.000Z (over 1 year ago)
- Last Synced: 2025-01-05T20:42:24.737Z (4 months ago)
- Topics: automata-simulator, automata-theory, dfa, dfa-minimization, nfa, nfa-implementation, parser
- Language: Python
- Homepage:
- Size: 35.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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