My solutions of lab tasks from subject "Introduction to Theoretical Computer Science" (Uvod u Teoriju Računarstva - UTR), academic year 2014./2015. - fourth semester on Faculty of Electrical Engineering and Computing (FER).
- Simulation of Nondeterministic Finite Automaton With ε-moves
- Minimization of Deterministic Finite Automaton
- Simulation of Deterministic Pushdown Automaton
- LL(1) Parser
- Turing Machine
We were given some dummy test data to check our solutions on our machine. I used ev for testing my code.