Deterministic pushdown automaton And Non-Deterministic pushdown automaton in Hindi
Unit 4
Push down Automata
Topic 3 : Deterministic pushdown automaton And Non-Deterministic pushdown automaton in Hindi
Deterministic pushdown automaton in Hindi :
Automata Theory में, एक deterministic pushdown automaton (DPDA या DPA) pushdown automaton का एक Different रूप है। deterministic pushdown automaton का वर्ग deterministic context-free languages का उचित Sub-set Accept करता है।
Machine transitions current state और input symbol पर आधारित होते हैं, और Stack के current सबसे ऊपरी Symbol भी Stack में कम Symbol दिखाई नहीं देते हैं और immediate effect नहीं है। Machine actions में Stack को Push करना, POP करना या Change करना शामिल है। एक deterministic pushdown automaton में Input Symbol, State और Top Stack Symbol के समान combination के लिए अधिकांश एक legal transition है। यह वह जगह है जहाँ यह nondeterministic pushdown automaton से अलग है।
Formal definition
Pushdown Automata को 7 tuple का उपयोग कर define किया जाता है
M = (Q , ∑ , Γ , δ , q0 , Z , F)
Non-Deterministic pushdown automaton in Hindi :
एक Non-Deterministic pushdown automaton (NPDA), या सिर्फ pushdown automaton (PDA) एक non-deterministic finite automaton (NDFA) के विचार पर एक भिन्नता है। NDFA के विपरीत, एक PDA एक Stack के साथ जुड़ा हुआ है। transition function को Stack के "State" को भी ध्यान में रखना चाहिए।
Formal definition
Pushdown Automata को 7 tuple का उपयोग कर define किया जाता है
M = (Q , ∑ , Γ , δ , q0 , Z , F)
Related Post
- What is Automata machine in hindi | Examples of automata machines
- Finite Automata as a language acceptor and translator | Deterministic Finite Automata (DFA) | Nondeterministic Finite Automata(NFA) in Hindi
- What is Moore machines and mealy machines in Hindi
- What is Turing machine (composite machine) in toc in hindi
- Conversion from Mealy to Moore and vice versa in Hindi
- Non Deterministic Finite Automata in Hindi (NDFA)
- Deterministic Finite Automaton in Hindi (DFA) | Deterministic Finite-State Machine (DFSM)
- Conversion of NDFA to DFA in Hindi
- Arden's Theorem in TOC in Hindi
- Minimization of DFA in Hindi (Minimization of Automata Machines)
- Regular Expression in TOC in Hindi
- Union process in DFA | What is Union process in TOC
- Intersection of Finite Automata in Hindi
- Properties of Context Free Languages Hindi
- Two-way Deterministic Finite Automaton (2DFA) in Hindi
- Types of Grammar in TOC in Hindi | Chomsky Hierarchy in Theory of Computation
- Derivation Tree in TOC in Hindi
- Ambiguity in Grammar in TOC in Hindi
- Simplification of context free grammar in Hindi
- Conversion of grammar to automata machine and vice versa in Hindi
- Chomsky normal form and Greibach normal form in hindi
- What is Pushdown Automata in TOC in Hindi
- Example of PDA in Hindi | Example of Pushdown Automata in Hindi
- Deterministic pushdown automaton And Non-Deterministic pushdown automaton in Hindi
- Conversion of PDA Into Context Free Grammar and Vice Versa | PDA in TOC in hindi | Push Down Automata in Hindi | Context Free Grammar in Hindi
- CFG equivalent to PDA in hindi | context free grammar equivalent to push down automata in hindi | toc tutorial in hindi | theory of computation in hindi