A C++ library for simulating automata and Turing machines
-
Updated
Jun 14, 2023 - C++
A C++ library for simulating automata and Turing machines
A library and web app for simulating finite automatas (DFA, NFA, and ε-NFA) and regular expressions.
State machines for Laravel with Enums
Finite-State Machine (FSM) for Arduino
A regular grammar and finite automaton evaluator
Implementation of a Finite Automaton Comparator in C++. The input finite automaton can be deterministic or non-deterministic.
Finite Automaton
Samples of algorithms to verify strings / words using finite machines.
Python implementation of a Deterministic Finite Automaton (DFA) with interactive testing. Verify input string acceptance and explore language processing concepts
Solutions to practice session exercises from Theory of Algorithms at BUTE.
Deterministic finite automaton
This project includes classes and methods that are built to perform various operations on FAs.(Final project for Fundamentals of Computational Theory)
Formal Languages and Compiler Design 1. RE to FA 2. NFA to DFA 3. CFG to CNF
Finite automaton algorithms and turing machine
Interactive website for simulating variants of finite automata, Turing machines with 2D tapes, and k-queue automata
A teaching aid for concepts and algorithms in logic
This repository contains a Python program for checking the acceptability of strings in a Finite State Machine (FSM). The program allows users to define the FSM by providing the number of states, inputs, transitions, and final states. It then evaluates user-provided strings to determine if they are acceptable within the specified FSM.
Pure-Python library for building and working with nondeterministic finite automata (NFAs).
Add a description, image, and links to the finite-automaton topic page so that developers can more easily learn about it.
To associate your repository with the finite-automaton topic, visit your repo's landing page and select "manage topics."