fsa
A finite-state machine (FSM), finite-state automaton (FSA), or simply state machine is a mathematical model of computation and an abstract machine that can be in exactly one of a finite number of states at any given time.
The FSM can change from one state to another in response to some inputs; the change from one state to another is called a transition.
An FSM is defined by a list of its states, its initial state, and the inputs that trigger each transition.
In computer science, FSM are widely used in modeling of application behavior (control theory), design of hardware digital systems, software engineering, compilers, network protocols, and computational linguistics.
Here are 62 public repositories matching this topic...
🌁 Nondeterministic Finite State Automata for Java (in plain English: flowcharts with multiple possible outcomes)
-
Updated
Oct 19, 2025 - Java
Developer friendly API to use the Morphologic FSA
-
Updated
Oct 3, 2025 - Java
Final project for the Logic Networks coursework at Politecnico di Milano.
-
Updated
Oct 1, 2025 - VHDL
Design System site for USDA Farm Production and Conservation products
-
Updated
Aug 27, 2025 - JavaScript
An optimized library for finite-state automata that includes visualization
-
Updated
May 15, 2025 - C#
CSS Implementation of USDA's FPAC Design System
-
Updated
Apr 16, 2025 - HTML
Malayalam Morphological Analyzer using Finite State Transducer
-
Updated
Jan 13, 2025 - Lex
This repository supports the GSF-6053 - Financial Econometrics I course, which introduces students to the practical aspects of econometric methods and estimation techniques as applied in finance.
-
Updated
Nov 13, 2024 - TeX
This repository supports the GSF-3100 - Capital Markets course, which provides an in-depth analysis of capital markets, their primary financial instruments, and their roles in fund and risk intermediation. The course covers essential topics, including:
-
Updated
Nov 13, 2024 - TeX
Delays in food hygiene inspections a 'serious public health issue'
-
Updated
Aug 8, 2024 - Jupyter Notebook
Verification and vizualization tool for fsa's
-
Updated
Feb 27, 2024 - Python
My Picobot solution code for the diamond and square map. Finite State Machine
-
Updated
Jan 27, 2024 - Ruby
Finite-State Machine (FSM) for Arduino
-
Updated
Sep 30, 2023 - C++
State Machine for PHP
-
Updated
Aug 6, 2023 - PHP
- Followers
- 28 followers
- Website
- github.com/topics/finite-state-machine
- Wikipedia
- Wikipedia