<?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: Aakash Yadav</title>
    <description>The latest articles on DEV Community by Aakash Yadav (@aakashcode12).</description>
    <link>https://dev.to/aakashcode12</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%2F499010%2F8409c5e5-4ce1-4ccc-961e-07031b2198b2.png</url>
      <title>DEV Community: Aakash Yadav</title>
      <link>https://dev.to/aakashcode12</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/aakashcode12"/>
    <language>en</language>
    <item>
      <title>Types of Trees in Data Structures</title>
      <dc:creator>Aakash Yadav</dc:creator>
      <pubDate>Tue, 12 Jan 2021 17:15:20 +0000</pubDate>
      <link>https://dev.to/aakashcode12/types-of-trees-in-data-structures-22gc</link>
      <guid>https://dev.to/aakashcode12/types-of-trees-in-data-structures-22gc</guid>
      <description>&lt;p&gt;Today, we are going to learn the types of trees in tree Data Structure. So let's get started.&lt;/p&gt;

&lt;h1&gt;
  
  
  1. Binary Tree:
&lt;/h1&gt;

&lt;p&gt;These types of trees have 0,1 or 2 nodes as children nodes.&lt;br&gt;
 &lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--ZWLRkF1P--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://aakashcode12.files.wordpress.com/2021/01/image.png%3Fw%3D1024" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--ZWLRkF1P--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://aakashcode12.files.wordpress.com/2021/01/image.png%3Fw%3D1024" alt=""&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h1&gt;
  
  
  2.Full or Strict Binary Tree:
&lt;/h1&gt;

&lt;p&gt;Strict or Full Binary Tree are the trees which either have 0 or 2 children&lt;br&gt;
&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--kdIqs42I--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://aakashcode12.files.wordpress.com/2021/01/image-1.png%3Fw%3D1024" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--kdIqs42I--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://aakashcode12.files.wordpress.com/2021/01/image-1.png%3Fw%3D1024" alt=""&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h1&gt;
  
  
  3. Almost Complete Binary Tree :
&lt;/h1&gt;

&lt;p&gt;Almost complete trees are the trees which first towards left and then right. Also they prefer staying on same level first. They fill left right and then move onto the next level.&lt;br&gt;
&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--XO8W20nf--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://aakashcode12.files.wordpress.com/2021/01/image-2.png%3Fw%3D1024" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--XO8W20nf--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://aakashcode12.files.wordpress.com/2021/01/image-2.png%3Fw%3D1024" alt=""&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h1&gt;
  
  
  4. Complete Binary Tree
&lt;/h1&gt;

&lt;p&gt;Last level can be incomplete, but all level (also it's filled from left).&lt;/p&gt;

&lt;p&gt;At some places, they write complete and perfect binary tree as same.&lt;br&gt;
&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--_y-ExQ86--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://aakashcode12.files.wordpress.com/2021/01/image-5.png%3Fw%3D1024" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--_y-ExQ86--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://aakashcode12.files.wordpress.com/2021/01/image-5.png%3Fw%3D1024" alt=""&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h1&gt;
  
  
  5. Perfect Binary Tree :
&lt;/h1&gt;

&lt;p&gt;Perfect Binary Tree is a binary tree in which all the internal nodes have two children and all leaf nodes are at the same level. &lt;br&gt;
&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--IBlSo7Bh--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://aakashcode12.files.wordpress.com/2021/01/image-3.png%3Fw%3D1024" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--IBlSo7Bh--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://aakashcode12.files.wordpress.com/2021/01/image-3.png%3Fw%3D1024" alt=""&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h1&gt;
  
  
  6.Binary Search Tree (BST):
&lt;/h1&gt;

&lt;p&gt;The binary tree in which all the elements are filled according to this rule:&lt;/p&gt;

&lt;p&gt;each node must have a child smaller then itself in left node and greater value in right node.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--vKR6dgwN--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://aakashcode12.files.wordpress.com/2021/01/image-6.png%3Fw%3D1024" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--vKR6dgwN--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://aakashcode12.files.wordpress.com/2021/01/image-6.png%3Fw%3D1024" alt=""&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h1&gt;
  
  
  7. Skewed Binary Tree:
&lt;/h1&gt;

&lt;p&gt;They have one or zero child node and elements are either added in ascending or descending order in the Binary Search tree to get this tree.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--Wx64acNG--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://aakashcode12.files.wordpress.com/2021/01/image-7.png%3Fw%3D1024" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--Wx64acNG--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://aakashcode12.files.wordpress.com/2021/01/image-7.png%3Fw%3D1024" alt=""&gt;&lt;/a&gt;&lt;/p&gt;

</description>
      <category>datastructure</category>
      <category>tutorial</category>
      <category>tree</category>
    </item>
    <item>
      <title>Hacktober Fest</title>
      <dc:creator>Aakash Yadav</dc:creator>
      <pubDate>Mon, 26 Oct 2020 05:29:45 +0000</pubDate>
      <link>https://dev.to/aakashcode12/hacktober-fest-586k</link>
      <guid>https://dev.to/aakashcode12/hacktober-fest-586k</guid>
      <description>&lt;h3&gt;
  
  
  [Intro Heading]
&lt;/h3&gt;

&lt;p&gt;The Journey Was Cool&lt;/p&gt;

&lt;h3&gt;
  
  
  Background
&lt;/h3&gt;

&lt;h3&gt;
  
  
  Contributions
&lt;/h3&gt;

&lt;h3&gt;
  
  
  Reflections
&lt;/h3&gt;

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