Code Monkey home page Code Monkey logo

automata_project's Introduction

Automata Project

This project was based on Automata Theory which deals with simple machines also known as Automatas/State_machines, and their ability to follow computational logic to carry out simple tasks or processes.

The focus for the project was the Finite_Automaton model, this model specify that the abstruct machine can only be in a finite number of states at any given time.

There are two ways to model the machines, the first type is the Definite Finite Automaton; in this model the machine is characterized by having any number of states as long as it has one start state and one ending(finish state).

The Nondefinite Finite Automaton on the other hand can have more than one ending, i.e the machine can have more than one way to finish the task or to end a process, but even in this model the machine cant have more than one way to start (start_ state).

For this project we had to model the automata, the task of our machine was to read words of any form and only accept words that contain two consecutive characters of type integer 1 and 0. Read the descriptions of the java classes in the source code to get a better understanding of the tasks.

We later had to implement our models in programs, the results of which can be tried out by git cloning this project and experiment with it using the above source code.

Project Trees.

Automata_Project 
        |─Readme.md
        |-bin
        |──src
             |-bits.txt
             |──Bits1XParallel.java
             |──DFA.java
             |──DFAFilter.Java

automata_project's People

Contributors

mrrutledge avatar

Stargazers

 avatar

Watchers

 avatar  avatar

Forkers

mesalamon

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.