DORSETRIGS
Home

automata (5 post)


posts by category not found!

Designing an NFA that accepts a couple of strings

Designing an NFA that Accepts a Couple of Strings When working with automata specifically non deterministic finite automata NFA you might find yourself needing

3 min read 08-10-2024 23
Designing an NFA that accepts a couple of strings
Designing an NFA that accepts a couple of strings

Convert the given Moore Machine into Mealy machine

Transforming Moore Machines into Mealy Machines A Step by Step Guide Problem You have a Moore Machine defined by a set of states inputs outputs and transition r

2 min read 04-10-2024 49
Convert the given Moore Machine into Mealy machine
Convert the given Moore Machine into Mealy machine

Turing Machine that outputs the number of a's and b's in binary representation

Counting as and bs with a Turing Machine A Binary Approach Imagine you have a string of as and b s like aabbabba The challenge is to count the number of as and

3 min read 04-10-2024 43
Turing Machine that outputs the number of a's and b's in binary representation
Turing Machine that outputs the number of a's and b's in binary representation

How can I design a turing machine that recognises this language? 01^n01^n0

Building a Turing Machine for the Language 01n01n0 Understanding the intricacies of Turing machines can be a challenging task but its a fundamental concept in c

2 min read 04-10-2024 45
How can I design a turing machine that recognises this language? 01^n01^n0
How can I design a turing machine that recognises this language? 01^n01^n0

Understanding (and forming) the regular expression of this finite automaton

Deciphering the Regular Expression of a Finite Automaton This article dives into the process of understanding and deriving the regular expression for a given fi

2 min read 07-09-2024 55
Understanding (and forming) the regular expression of this finite automaton
Understanding (and forming) the regular expression of this finite automaton