pushdown automata example | Part-2/2 | TOC | Lec-83 | Bhanu Priya

  Рет қаралды 177,545

Education 4u

Education 4u

Күн бұрын

pushdown automata examples in english

Пікірлер: 57
@navneetkumarmishra8411
@navneetkumarmishra8411 5 жыл бұрын
single a is also possible since m can be 1 and n can be = m...please look after this maam
@liamjames4742
@liamjames4742 3 жыл бұрын
I noticed it too.
@infoiswealth1992
@infoiswealth1992 3 жыл бұрын
Yes condition shoud be n>m
@gwynethkay9341
@gwynethkay9341 3 жыл бұрын
i noticed that too
@navyareddy1349
@navyareddy1349 3 жыл бұрын
Yes
@pavangamer663
@pavangamer663 2 жыл бұрын
Yes
@ocmannazirbriet
@ocmannazirbriet 2 жыл бұрын
"ab" is also part of language cuz incase of n=m and m=1 then "ab" will be also part of the language
@novicecoder5753
@novicecoder5753 3 жыл бұрын
Mam you said that even if one element is left in stack that string is not accepted but how did you accept that 🙄🙄
@ChallengeAll
@ChallengeAll 6 ай бұрын
That example was because the number of a's is equal to the number of b's in the strings, but this example is different. It must leave an extra a or a's in the stack
@siddhanttotade5702
@siddhanttotade5702 3 жыл бұрын
As U said , there must be a 'a' left in the stack then the string should be accepted. but here in this PDA example , the string that contain odd no. of "a's" and even no. "b's" can accepted not the string which has even no. of "a's" and even no. of "b's". as the question says , n>=m , m>=1 ...so if we take m=2 then n=2, which is even "a's" and even "b's" ....so after popping there is no 'a' left in the stack.
@aabhastripathi1760
@aabhastripathi1760 10 ай бұрын
we can not take n=2 and m=2 as it is given n>m n!=m
@vrishnishreevb2003
@vrishnishreevb2003 Жыл бұрын
As 'a' is remaining in the stack, how did u make it acceptable then?
@tech_and_memes
@tech_and_memes 2 жыл бұрын
Mam it would be great if you could address the doubts of the students in comments 🙏😁
@dondlabhanuprakash1458
@dondlabhanuprakash1458 4 жыл бұрын
n>=m can represents equal no of a's and b's but why you cant take this in language. eg: L={ ab,aabb,aaabbb,......}
@CSEJoshi
@CSEJoshi 4 жыл бұрын
i think mam may be wrote wrongly acc to this sol the condition should be n>m then only it's gonna be correct
@d.rudrama165
@d.rudrama165 4 жыл бұрын
Yes bro n=m=1
@5d4pranith41
@5d4pranith41 3 жыл бұрын
If a is present in the stack then how can you say that there are no elements to read ( writing Epsilon empty ) Actually from q1 to q2 it should be b(E),a/E..........
@lazyonigiri5665
@lazyonigiri5665 5 ай бұрын
@srb5704
@srb5704 Жыл бұрын
Why we not take € in previous video to push the z⁰ .?
@shreedhar..4970
@shreedhar..4970 8 ай бұрын
If string is not completely read before that stack is empty then unacceptable, If string is completely read string is acceptable even stack is not null in this case state will changed because input is null but top of the stack is a. Little tricky but try to understand 😊
@ujjwal5332
@ujjwal5332 5 ай бұрын
It is easy to understand whether string going to be accepted or not....
@Brahmanand_129
@Brahmanand_129 2 жыл бұрын
Mam ab also possible because n>=m and m>=1 as we took m=1 then n may also be 1 so ab also possible...
@tejashwakhare2561
@tejashwakhare2561 4 жыл бұрын
Mam b, a main E ki jagah a ayega cause E is the condition where we don't have to pop or push like you did before final stage !!! It should be b , a ---> a for (poping of a ) or b , a / a check into it !!
@someshkumargupta256
@someshkumargupta256 3 жыл бұрын
aapka condition n >= m and or aap n > m le rhi ....????
@jkavitha1527
@jkavitha1527 2 жыл бұрын
The condition should be for this question is n>m,m>=1.
@sharvesh0369
@sharvesh0369 10 ай бұрын
why is there difference in stack variables in first part and this second part?
@shreedhar..4970
@shreedhar..4970 8 ай бұрын
If string is not completely read before that stack is empty then unacceptable, If string is completely read string is acceptable even stack is not null in this case state will changed because input is null but top of the stack is a. Little tricky but try to understand 😊
@baladimirputin708
@baladimirputin708 2 жыл бұрын
in the question take n>m in place of n>=m don't drop any comment regarding this
@someshkumargupta256
@someshkumargupta256 3 жыл бұрын
aapka condition a >= m hai or aap a > m le rhi mam ???
@tarunsingh5615
@tarunsingh5615 3 жыл бұрын
Sahi bol raha hai bhai €, Z0/€ BHI chahiye q1----->q2 me
@jonathanjundarino7784
@jonathanjundarino7784 4 жыл бұрын
I think the b,a|ε is doesn't mean to pop a? it means extra b? It should be a,Z0|aZ0
@RelaxingMusic-mo3px
@RelaxingMusic-mo3px 2 жыл бұрын
The condition is not only greater than m, it can be equal. How can we add this condition?
@VaibhaviKamble-oq3yv
@VaibhaviKamble-oq3yv Жыл бұрын
Plz clear the concept...doubt raises that string is accepted or not in stack....and also try to good pronounce and not fumble
@himanshuchauhan4440
@himanshuchauhan4440 4 жыл бұрын
Ye galat ha..... Lets say n=10 and m=1 ... It satisfies the condition n>=m but once b is popped we'll be left with 9 more a's and u only popped a single a at last... Taht makes 8 a's left ????
@CSEJoshi
@CSEJoshi 4 жыл бұрын
then acc to me we should take epsilon,a/epsilon loop in final state..its not wrong
@giduturisnehalatha8331
@giduturisnehalatha8331 3 жыл бұрын
exactly...same doubt...quiet controversal
@nitishnegi2449
@nitishnegi2449 2 жыл бұрын
Consider it like a^2n b^n
@ShubhamKumar-pv8pj
@ShubhamKumar-pv8pj Жыл бұрын
It is n>m
@cst030santhoshm4
@cst030santhoshm4 2 жыл бұрын
Can u say explain the production rules
@vishalshankarmishra9984
@vishalshankarmishra9984 4 жыл бұрын
If stack has more than one a then what?
@CSEJoshi
@CSEJoshi 4 жыл бұрын
we should take loop on final state
@saumyamishra5060
@saumyamishra5060 9 ай бұрын
Aaien a bcha h or accepted hain ..nyc. 😅
@shreedhar..4970
@shreedhar..4970 8 ай бұрын
If string is not completely read before that stack is empty then unacceptable, If string is completely read string is acceptable even stack is not null in this case state will changed because input is null but top of the stack is a. Little tricky but try to understand 😊
@sohelshaikh2697
@sohelshaikh2697 3 жыл бұрын
mam this language also take ab
@itschurya4564
@itschurya4564 5 жыл бұрын
Best vedio, thankyou so much mam..no one could explain like you do
@infofacts4332
@infofacts4332 4 жыл бұрын
hmm
@wellingtoncunha852
@wellingtoncunha852 2 жыл бұрын
muito bom. Recife-PE Brasil
@akshithchandra6177
@akshithchandra6177 Жыл бұрын
there is a flaw in this
@tinashekadiki8885
@tinashekadiki8885 4 жыл бұрын
at least 1b and at least 1a as well
@rockerboy4184
@rockerboy4184 2 жыл бұрын
Don't watch this video
pushdown automata example | Part-1/2  | TOC | Lec-82 | Bhanu Priya
10:00
Pushdown Automata (Graphical Notation)
12:12
Neso Academy
Рет қаралды 791 М.
DID A VAMPIRE BECOME A DOG FOR A HUMAN? 😳😳😳
00:56
Smart Sigma Kid #funny #sigma
00:14
CRAZY GREAPA
Рет қаралды 7 МЛН
버블티로 부자 구별하는법4
00:11
진영민yeongmin
Рет қаралды 18 МЛН
cfg to pda conversion | conversion  | TOC | Lec-84 | Bhanu Priya
12:29
Equivalence of CFG and PDA (Part 1)
22:49
Neso Academy
Рет қаралды 713 М.
What is a Pushdown Automaton (PDA)?
12:11
Easy Theory
Рет қаралды 90 М.
Theory of Computation: PDA Example (a^n b^2n)
7:52
Anita R
Рет қаралды 506 М.
Context-Free Grammar to Pushdown Automaton Conversion (CFG to PDA)
9:15
DID A VAMPIRE BECOME A DOG FOR A HUMAN? 😳😳😳
00:56