An open API service providing repository metadata for many open source software ecosystems.

Topic: "deterministic-finite-automaton"

mikewlange/35SearchesInC

Around 35 of the fastest and most widely used full text search algorithms. Written in c, compiled with llvm.clang for iOS and everything else. Boyer-Moore , Knuth-Morris-Pratt, Reverse Colussi even the Zhu-Takaoka algorithm. And 32 more.

Language: Objective-C - Size: 197 KB - Last synced at: 7 months ago - Pushed at: almost 6 years ago - Stars: 14 - Forks: 4

ZigRazor/CXXAutomata

A C++ library for simulating automata and Turing machines

Language: C++ - Size: 68.4 KB - Last synced at: 2 months ago - Pushed at: almost 2 years ago - Stars: 8 - Forks: 4

rezamardaniDev/finite-acceptor

Python implementation of a Deterministic Finite Automaton (DFA) with interactive testing. Verify input string acceptance and explore language processing concepts

Language: Python - Size: 5.86 KB - Last synced at: about 2 months ago - Pushed at: over 1 year ago - Stars: 6 - Forks: 0

theumairtahir/CipherCompilerLexicalAnalyzer

Semester project, the lexical analyzer for a custom compiler. Deterministic Finite Automaton is Implemented in this project.

Language: C# - Size: 116 KB - Last synced at: about 1 year ago - Pushed at: about 6 years ago - Stars: 5 - Forks: 1

MicroBeaut/Finite-State

Finite-State Machine (FSM) for Arduino

Language: C++ - Size: 696 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 4 - Forks: 0

1nchy/finite_state_machine

finite state machine or deterministic finite automata in c++20 template

Language: C++ - Size: 325 KB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 2 - Forks: 0

cgiff9/tmfuck

A simple free-form interpreted language for building Turing machines and other automata

Language: C - Size: 1.49 MB - Last synced at: 6 months ago - Pushed at: 6 months ago - Stars: 2 - Forks: 0

SamuraJey/NodeJS-HW

Репозиторий для задач по курсу "скрипты"

Language: JavaScript - Size: 1.11 MB - Last synced at: 5 months ago - Pushed at: 5 months ago - Stars: 1 - Forks: 0

jElhamm/Deterministic-Finite-Automaton-DFA

"implementation of a Deterministic Finite Automaton (DFA). Includes classes for defining and processing DFAs, with parsers for JSON, Text File, Dictionary and String formats."

Language: Jupyter Notebook - Size: 48.8 KB - Last synced at: 2 months ago - Pushed at: 12 months ago - Stars: 1 - Forks: 0

tigertv/dfa

Deterministic finite automaton

Language: C++ - Size: 2.93 KB - Last synced at: about 2 years ago - Pushed at: about 4 years ago - Stars: 1 - Forks: 0

edesmontils/JFSM

Language: Java - Size: 118 KB - Last synced at: about 2 years ago - Pushed at: over 4 years ago - Stars: 1 - Forks: 5

cristian404dev/deterministic-finite-automaton

Deterministic finite automaton in Java

Language: Java - Size: 56.6 KB - Last synced at: almost 2 years ago - Pushed at: over 4 years ago - Stars: 1 - Forks: 0

j-christl/OCaml-dfa

Simple implementation of deterministic finite automata in OCaml

Language: OCaml - Size: 17.6 KB - Last synced at: 3 months ago - Pushed at: about 6 years ago - Stars: 1 - Forks: 0

angeligareta/deterministic-finite-automaton

Implementation of a DFA in C++. The program can read, show, minimize and export a DFA. Besides, it can show the dead states and analyze a string to see if it belongs to the DFA.

Language: C++ - Size: 531 KB - Last synced at: 4 days ago - Pushed at: over 7 years ago - Stars: 1 - Forks: 0

angeligareta/finite-automaton-comparator

Implementation of a Finite Automaton Comparator in C++. The input finite automaton can be deterministic or non-deterministic.

Language: C++ - Size: 23.4 KB - Last synced at: 3 months ago - Pushed at: over 7 years ago - Stars: 1 - Forks: 0

OpenKNX/OAM-StateEngine

State Machines for KNX configurable via ETS

Language: PowerShell - Size: 114 KB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 0 - Forks: 1

OpenKNX/OFM-DFA

Module for OpenKNX: State Maschines for KNX defined as Deterministic Finite Automaton (DFA)

Language: C++ - Size: 1.83 MB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 0 - Forks: 1

opDataa/Simple-Automaton-Simulator

Automata Simulator: DFA & NFA

Language: Java - Size: 1.76 MB - Last synced at: 12 months ago - Pushed at: 12 months ago - Stars: 0 - Forks: 0

elifozmen/Deterministic-Finite-Automata--DFA-

Please read the Design Report.

Language: Java - Size: 374 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

ralodev/FSM-Generator

FSM Generator is a simple web application that allows you to generate finite state machines (FSM) / Deterministic Finite Automata (DFA) from regular expressions.

Language: JavaScript - Size: 758 KB - Last synced at: over 1 year ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 1

DorkArn02/python-deterministic-automaton

DFA simulator GUI in Python

Language: Python - Size: 422 KB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

Draglesss/AFD

Language: C++ - Size: 10.4 MB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

lcubrilo/Teorijsko-racunarstvo

Fiddling with some Deterministic and Nondeterministic Final State Automata, as inspired by the "Theoretical Computing" subject in uni.

Language: Python - Size: 13.7 KB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

Daniyal-Murtaza/deterministic-finite-automata

This repo consists of the python implementation of deterministic finite automaton by utilizing object oriented programming.

Language: Python - Size: 0 Bytes - Last synced at: about 2 years ago - Pushed at: almost 3 years ago - Stars: 0 - Forks: 0

Prem-ium/Deterministic-Finite-Automaton 📦

A Java program to model a DFA (Deterministic Finite Automaton)

Language: Java - Size: 7.81 KB - Last synced at: 8 days ago - Pushed at: almost 3 years ago - Stars: 0 - Forks: 0

BogdanKocsis/FormalLanguagesAndCompilers

Language: C++ - Size: 133 MB - Last synced at: over 2 years ago - Pushed at: almost 4 years ago - Stars: 0 - Forks: 0

kentril0/Minimize-DFA

Minimization of DFA using equivalence theorem, written in Haskell

Language: Haskell - Size: 54.7 KB - Last synced at: over 1 year ago - Pushed at: about 4 years ago - Stars: 0 - Forks: 0

Coursal/PyDFA

A basic Python 3 project that scans a given word and returns if its valid or not based on a DFA defined by a text file

Language: Python - Size: 277 KB - Last synced at: about 1 year ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

pptacher/hackerrank

Language: C++ - Size: 105 KB - Last synced at: 3 months ago - Pushed at: about 5 years ago - Stars: 0 - Forks: 0

hadley31/dfa-project

CSCI 3236 Theoretical Foundations Final Project

Language: JavaScript - Size: 10.7 KB - Last synced at: over 2 years ago - Pushed at: over 5 years ago - Stars: 0 - Forks: 0

Related Topics
deterministic-finite-automata 16 dfa 15 finite-state-machine 9 state-machine 8 automata 6 finite-automaton 5 automata-theory 4 nondeterministic-finite-automata 4 finite-automata 3 fsm 3 javascript 3 pushdown-automaton 3 dfa-simulator 3 theoretical-computer-science 3 cpp 2 non-deterministic-finite-automaton 2 parser 2 turing-machine 2 automatas 2 compiler 2 automaton 2 python 2 finite-state-automaton 2 finite-state-automata 2 nfa 2 dfa-construction 2 formal-languages 2 state-machines 2 openknx 2 knx 2 java 2 automata-simulator 2 statemachine 1 rle 1 deterministic-algorithm 1 shennon 1 nature-of-computation 1 ocaml 1 python3 1 state-automata 1 python-3 1 states 1 customtkinter 1 matplotlib 1 networkx 1 tkinter 1 boyer-moore-algorithm 1 brute-force-algorithm 1 entropy 1 findindex 1 float 1 game-of-life 1 gameoflife 1 knuth-morris-pratt-algorithm 1 node-js 1 nodejs 1 rabin-karp-algorithm 1 reverse-polish-calculator 1 reverse-polish-notation 1 computational-theory 1 state-engine 1 logic 1 finite-automaton-comparator 1 turing-machine-simulator 1 regex 1 pushdown-automata 1 nfa-to-dfa-conversion 1 nfa-to-dfa 1 dfa-minimization 1 suffixarray 1 regular-expression 1 longest-palindromic-substring 1 longest-common-prefix 1 dc3 1 non-deterministic-turing-machine 1 hacktoberfest 1 dpda 1 deterministic-turing-machine 1 cpp-library 1 cpp-lib 1 automata-processor 1 automata-machines-simulator 1 automata-learning 1 jupyter-notebook 1 json 1 defaultdict 1 moore-machine 1 mealy-machine 1 etat 1 automate 1 theoretical-foundations 1 automatons 1 tokenizer 1 token 1 oop 1 csharp-code 1 csharp 1 compiler-design 1 compiler-construction 1 aspdotnet 1