<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Muhammad Sajjad Saddique</title>
    <description>The latest articles on DEV Community by Muhammad Sajjad Saddique (@muhammad_sajjad).</description>
    <link>https://dev.to/muhammad_sajjad</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F769120%2F7ac0979a-e708-40d5-ab16-9a8302fdfbdb.jpg</url>
      <title>DEV Community: Muhammad Sajjad Saddique</title>
      <link>https://dev.to/muhammad_sajjad</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/muhammad_sajjad"/>
    <language>en</language>
    <item>
      <title>PDA- Pushdown Automata</title>
      <dc:creator>Muhammad Sajjad Saddique</dc:creator>
      <pubDate>Wed, 08 Dec 2021 05:56:47 +0000</pubDate>
      <link>https://dev.to/muhammad_sajjad/pda-pushdown-automata-1m94</link>
      <guid>https://dev.to/muhammad_sajjad/pda-pushdown-automata-1m94</guid>
      <description>&lt;p&gt;Pushdown automata is a finite automata with extra memory called stack which helps pushdown automata to recognize Context Free Languages.&lt;/p&gt;

&lt;p&gt;A pushdown autimaton is a way to implement a context-free grammar in a similar way we design DFA for a regular grammar. A DFA can remember a finite amount of information, but a PDA can remember an infinite amount of information.&lt;br&gt;
Basically a pushdown autimaton is-&lt;br&gt;
     "Finite state machine" + "a stack"&lt;br&gt;
A pushdown autimaton has three components-&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;an input tape,&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;a control unit, and &lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;a stack with infinite size.&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;A pushdown automata (PDA) can be defined as:&lt;/p&gt;

&lt;p&gt;Q:is a set of states&lt;br&gt;
q0:is the initial state&lt;br&gt;
Z: is the initial pushdown symbol&lt;br&gt;
F: is the set of final states etc.&lt;/p&gt;

</description>
      <category>pushdownautomata</category>
    </item>
  </channel>
</rss>
