<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>Red Black Tree on Changlin&#39;s Blog</title>
    <link>https://timely-sprinkles-c55fc0.netlify.app/tags/red-black-tree/</link>
    <description>Recent content in Red Black Tree on Changlin&#39;s Blog</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en-us</language>
    <lastBuildDate>Wed, 27 Dec 2023 15:49:01 -0600</lastBuildDate><atom:link href="https://timely-sprinkles-c55fc0.netlify.app/tags/red-black-tree/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Red Black Tree Removal</title>
      <link>https://timely-sprinkles-c55fc0.netlify.app/posts/rbt/</link>
      <pubDate>Wed, 27 Dec 2023 15:49:01 -0600</pubDate>
      
      <guid>https://timely-sprinkles-c55fc0.netlify.app/posts/rbt/</guid>
      <description>Red Black Tree Red Black Tree Removal
Case1: If removing a red node with no black child node , then we can remove this red node directly.
Case2: If removing a black node with red child node, then change the color of that red child node.
(Note: The above two cases are only for the removing node with one child node.)
Case3: If removing a black node with two child nodes, replace with the in-order successor node and change color before removing the black node.</description>
    </item>
    
  </channel>
</rss>
