Non-Deterministic Finite Automata (Solved Example 2)

preview_player
Показать описание
TOC: NFA Solved Problem 2.
Topics Discussed:
1. An Example of NFA which accepts all strings that start with "0".
2. An Example of NFA which accepts all strings over {0,1} of length two.

Music:
Axol x Alex Skrindo - You [NCS Release]

#TheoryOfComputation #TOCByNeso #NFA #NFAQuestion #AutomataTheory
Рекомендации по теме
Комментарии
Автор

Would the NFA have been complete even without the self-loop at B ? Because once the first input 0 has been received, the string can be accepted (reach the final state) and it doesn't matter what happens at B.

RishikavsAnnie
Автор

WATCHING FROM NIT SRINAGAR i.e 17/04/2024 AND I AM FEELING SAD TODAY FOR SOME PERSONAL REASONS

LordSarcasticVlogger
Автор

Amazing job! You've been a lifesaver for me!! Thank you so much :)))

LucKy-kdfs
Автор

thank you so much for the effort to make the concepts clear to the viewers

deepakswarnabarath
Автор

This video explains the example of NFA. We have the Liberty to leave the state. uncompleted, which was not in the case of DFA. In NDFA, We have dead configurations.

devmahad
Автор

Accepts all strings that ends with odd no. of b or end with ab

rajatdotwal
Автор

There isn't Dead State in NFA ? correct me if I am wrong.

saifshaikh
Автор

In an earlier video you said, in a DFA, if a transition for a given input doesn't exist we can assume that it leads to a dead state. Doesn't that mean that this NFA could be considered a DFA just with the assumption that an input of 1 at A transitions us to a dead state?

zoasis
Автор

Can you make NFA for vending machine that accepts rupees (10, 20, 50) if you want to purchase a can of Rs.50

sulemanali
Автор

A(0, 1)>B(0, 1) will it be wrong b will be final state

praveenkumar-ybge
Автор

Isn't the second NFA actually a DEA? There are never two states you can choose between.

johannesalbrecht
Автор

Sir equivalent states would be 3 as we have to gove input for every state

dhruvtonemare
Автор

dear sir if possible may you upload lecture of CO

Ankit-weym
Автор

why we cannot loop zero to itself A and call it final state?

bullyversal
Автор

note how you can ignore input of 1 from starting state, for nfa it can be ignored

LadderVictims
Автор

isn't the example in the last question a dfa in the sense that it has only one transition for each input?

kanimozhin
Автор

If i could not find this playlist of videos i would have failed my tests of TOC

pradyumnabharadwaja
Автор

If we don't make any self loop at B Then it can also be correct????

DeepakSingh-fnzi
Автор

cant we make a self-loop at 1:24 for A .? LIKE if A is given 0 It may go to B or A again ? is that wrong ?

vishalplayzz
Автор

How is string 001 acceptable if it is clearly mentioned in the question above testing acceptability of strings ending in 0?

SuperDevzz