computational-theory
There are 18 repositories under computational-theory topic.
tracy-talent/curriculum
a repository for my curriculum project
rezamardaniDev/finite-acceptor
Python implementation of a Deterministic Finite Automaton (DFA) with interactive testing. Verify input string acceptance and explore language processing concepts
LevanSamadashvili/NFA-REGEX
REGEX-NFA converter and NFA simulator
saxarona/tc2020
Mathematical foundations of computing---A full course on Automata Theory, Computation, Complexity and NP-hardness
Xhst/game-of-life
Conway's Game of Life on Godot Engine. The game is visualized on a square and on a torus.
hoomankaseban/The-Finite-Automaton-and-operations-on-it
This project includes classes and methods that are built to perform various operations on FAs.(Final project for Fundamentals of Computational Theory)
AlbertoPC13/MyCompiler
Java program designed to create NFA, DFA and context free grammars, allowing to perform lexical and syntactic analysis.
EthanConneely/ComputationalTheory
Computational Theory countdown game
fabiancannaheim/turing
Universal Turing Machine in Java
gtadayukey/PracticalActivityFibonacci
This repository contains three C language programs: monolithic, iterative and recursive, each calculating the Fibonacci sequence. I used the Trace Machine method to identify strong equivalence between the programs. The source code and presentation used in the classroom are available here.
eccs0103/TuringMachine
Turing machine emulator
li-xin-yi/Big-O-for-weighted-automata-slides
Presentation for http://wrap.warwick.ac.uk/141321/1/WRAP-The-big-O-problem-labelled-markov-chains-weighted-automata-Purser-2020.pdf
porfanid/TuringMachine
Python script to create and test Turring machines
rohansikder/ComputationalTheory
A Python-based solver for the Countdown Numbers Game, featuring algorithms to analyze and solve the numbers round from the popular TV show. This project includes Jupyter notebooks demonstrating the application of computational theories and algorithm complexities to reach or approximate the target numbers using given constraints
sourceduty/Computational_Programming
👨💻 The original theoretical framework of Computational Programming for AI.
sourceduty/Computational_Theory
💻 Theoretical computer science that focuses on understanding the fundamental principles that govern computation and its capabilities.
YosiKariv1/Automate_Simulator
Simulators for Finite Automaton, Pushdown Automaton, and Turing Machine. Explore computational theory interactively!