python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
A NFA accepting ;anguages whose final digit didn't appear before
Give a non-deterministic finite automata(NFA) which accepts the following language:
The set of strings over the alphabet {0,1,...,9} such that the final digit has not appeared before.
I have encounter...
Rui R
Votes: 0
Answers: 2
Store NFA into data structure
I am provided with a NFA and I need to use a data structure (I can not use recursive descent parser) for storing it. Once the NFA is stored in a data structure I am given a string to check if the stri...
Orion
Votes: 0
Answers: 1
What is the language accepted by this NFA? Can you express it in English and with regular expression?
I have been trying to solve this NFA, this below it is the best I could come up with. I have hard time describing in English the language it produces, can someone help me to understand better?
Regula...
giacomo venturelli
Votes: 0
Answers: 1