There are 6 repositories under automata-theory topic.
📚 📖 📚CSE GATE Resources for GATE and CSE Aspirants 😎 😁 . Show your ❤️ by ⭐️⭐️
Speech to Code - Enables you to code using just your voice.
A collection of curated resources for learning Computer Science subjects and skills, that I garnered throughout my tenure as a CSE student. Contributions, and report of broken links are welcome.
A Figma like Editor to Design Custom Finite State Machines
All my projects, homework, hand writings, course slides and anything I have learned and done during my studies at IUT😊. feel free to give it a ⭐=)
Automata simulation utility package for FSMs, PDAs, TMs written for/in JS/TS. @zakrok @sandemiroren1
Conversions covered: regex to NFA, NFA to DFA, DFA to regex. Minimizing DFA.
Rust library for indexing and quickly searching large pretraining corpora
A repository containing all experiments for the course Compiler Design.
在线可视化地设计、运行自动机,支持DFA和TM Feel free to create & run your DFA and TM🍩Based on React+Next.js+Mobx+Vis Network
Finite State Machine Library for .NET Core (with EASY and ADVANCED implementation)
Bicategories of automata, completeness of F-automata in monoidal categories, adjoints between (semi)bicategories; https://arxiv.org/pdf/2303.03867, https://arxiv.org/pdf/2303.03865, https://arxiv.org/abs/2305.00272
A repository of my BTech assignments for different papers.
This repository contains various programs related to the theory of computation
A tiny library which contains tools to convert, minimize and visualize Regular Expressions, NFA and DFA.
Context free grammar to pushdown automaton convertor, along with string parser - Theory of Languages and Machines project, spring 2020
PHP script with web interface that can optimize & draw your finite automata
I am a UG2k21 dual degree student at IIIT Hyderabad in the CHD program. This is my attempt to include all my coursework, hoping it might come in handy to others.
北京邮电大学 2023-2024 春季学期《形式语言与自动机》课程实验——上下文无关文法(CFG)与下推自动机(PDA)
北京邮电大学 2023-2024 春季学期《形式语言与自动机》课程实验——NFA 到 DFA 的转化
A program to convert the given regular expression to Non Definite Automata (NFA)
Implementation of PushDown Automata to track acceptance or rejection of a string.
Java implementation of the CYK algorithm.
An android app to create and control emulations of "Connway's Game of Life"
Implementation of a pushdown automaton (PDA) in Java for learning purposes
Convert LTL formulas into finite-state automata for monitoring
A JavaFX-based tool for visualizing, editing, and minimizing DFAs (Deterministic Finite Automata), enabling users to efficiently create, optimize, and work with state machines in a user-friendly interface.
A C++ library for simulating automata and Turing machines
A tool for testing and simulating Deterministic Finite Machines with string inputs