Git Product home page Git Product logo

automatas-afd-afn-afpd-afpn-tt's Introduction

VIDEO

https://youtu.be/QRKZcl3YaNA

Automatas-AFD-AFN-AFPD-AFPN-TT

This repository contains the implementation of various types of automata, including AFD (Deterministic Finite Automaton), AFN (Nondeterministic Finite Automaton), AFPD (Pushdown Automaton with Deterministic Control), AFPN (Pushdown Automaton with Nondeterministic Control), and TT (Turing Machine).

Overview

Automata theory is a fundamental concept in computer science and mathematics, studying abstract machines that can perform computations. This repository aims to provide implementations of different types of automata to demonstrate their behavior and functionality.

AFD (Deterministic Finite Automaton)

AFD is a finite state machine where for each state and input symbol, there is exactly one next state. It recognizes regular languages and is commonly used in lexical analysis and pattern matching.

AFN (Nondeterministic Finite Automaton)

AFN is a finite state machine where for each state and input symbol, there can be multiple next states or no next state at all. It recognizes the same set of languages as AFD but allows for greater flexibility in design.

AFN-λ (Nondeterministic Finite Automaton with lambda transitions)

AFN-lambda (Nondeterministic Finite Automaton with lambda transitions) is a finite automaton that allows multiple next states or epsilon transitions (lambda) for each state and input symbol, recognizing regular languages.

AFPD (Pushdown Automaton with Deterministic Control)

AFPD is an extension of AFD, where the machine has a stack that can be used for additional storage and computation. The control is deterministic, meaning for each state and input symbol, there is exactly one next state. AFPD recognizes context-free languages.

AFPN (Pushdown Automaton with Nondeterministic Control)

AFPN is similar to AFPD, but the control is nondeterministic, allowing for multiple next states or no next state at all for each state and input symbol. AFPN also recognizes context-free languages.

TT (Turing Machine)

TT is a more powerful computational model than the previous automata types. It consists of an infinite tape divided into cells and a read-write head that can move left or right. TT can perform arbitrary computations and recognize recursively enumerable languages.

#Team Members

Dylan Rivero Esteves

Miller Estiven Barrera Gonzalez

Cesar Arthuro Lemos Silva

Juan David Tique Triana

Cristian Camilo García Palacios

Installation

To install the necessary packages, run the following command in your terminal:

pip install graphviz

Feel free to contribute and use this proyect c:

automatas-afd-afn-afpd-afpn-tt's People

Contributors

cesarals avatar cristiancamilogarciapalacios avatar cuanse avatar mbarrerag avatar xdmriveroex avatar

Stargazers

 avatar

Watchers

 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.