5 Topics

Member Avatar for
Member Avatar for Paul_97

This is a complete tutorial on creating a Deterministic Finite Automata (DFA) in Swift. Go through the entire post to get familiar with all aspects of DFAs, and then implement your own DFA in Swift from scratch by following the steps given here. This will give you real-world experience on …

2
322
Member Avatar for israruval007

I need help designing an automata that accepts the following words "hello" and "hello world" The alphabet includes the english alphabet and numbers. I just need to know how to start designing this automata.

Member Avatar for Taywin
0
153
Member Avatar for flide

Hello friends, I designed few classes to simulate any DFA and it runs fine, now I want to do the same for a NDFA. The major problem that arises with it is the possibility of transiting to multiple states on a single input and epsilon-transitions. for an overview i am …

0
252
Member Avatar for srinivas88

Hello friends,I need help to create a program which converts a given dfa to minimised dfa.Not many articles or help is available on the internet and so i request your help.The program can be in any language and any input may be assumed..say for the input,a dfa is given through …

Member Avatar for Adak
0
145
Member Avatar for nunos

Hi. I am looking for a DFA that accepts the language that consist of an even number of 0's and an even number of 1's. Any ideas? Thanks.

Member Avatar for gusano79
0
107

The End.