Git Product home page Git Product logo

finite-state-machine's Introduction

Finite-State Machine in C#

This program, developed in C#, allows you to simulate any Deterministic Finite Automaton (DFA) with any number of states and any number of characters / symbols in the language. It also allows you to input a string to test it with your defined DFA, and gives output accordingly.

Functionality & Features

  1. No hard-coded limit of states and characters/symbols of the language.

  2. User-friendly state transition table. Enter the state transitions as you'd normally enter if you were drawing state transition table on paper.

  3. Set one or multiple final states.

  4. Enter an input string to test it according to your given DFA. The input string can be as long as you desire.

  5. If enabled, the program also shows you step-by-step state transition for every character in your input string.

Technical Details

32-bit Windows Form Application. Works on Windows 7 and later.

Developed in Visual Studio 2013 for the class of subject 'Theory of Automata'.

finite-state-machine's People

Contributors

adeelsohailahmed avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.