Skip to content

CE205 Data Structures

Week-10

Advaced Tree Data Structures (Binary Search Tree, AVL Tree, B Trees and derivations,Red-Black trees, Splay Trees and Augmented Data Structures, van Emde Boas Trees, Binomial and Minimax Trees ) and Comparisons.

Download DOC, SLIDE, PPTX


Outline

  • Trees
  • Binary Search Tree
    • Search and Insertion
    • Delete
    • BST over Hash Table
    • Construction and Conversions
    • Check Smallest/Largest Element

Outline

  • Trees
  • Red Black Tree and Threaded Binary Tree
  • AVL Trees
  • B Trees
    • Defitinion of B Trees
    • Basic operations on B tree
    • Deleting a key from a B tree
  • 2 3 4 Trees
  • 2 3 Trees
  • B+ Trees

Outline

  • Trees
  • R Trees
  • Red - Black Tree Datastructure
  • Splay Tree Datastructure
  • Augmenting Data Structures
    • Dynamic order statistics
    • How to augment a data structure

Outline

  • Trees

  • Interval trees

  • van Emde Boas Trees
    • Preliminary approaches
    • A recursive structure
    • The van Emde Boas tree
  • Binomial Trees
  • Comparison of Search Trees
  • Minimax Tree

Binary Search Tree


BST over Hash Table


Red Black Tree and Threaded Binary Tree


AVL Trees


B Trees


Defitinion of B Trees


Basic operations on B tree


Deleting a key from a B tree


2 3 4 Trees


2 3 Trees


B+ Trees


R Trees


Red - Black Tree Datastructure


Splay Tree Datastructure


Augmenting Data Structures


Dynamic order statistics


How to augment a data structure


Interval trees


van Emde Boas Trees


Binomial Trees


Comparison of Search Trees


Minimax Tree


\[ End-Of-Week-10 \]

Last update: September 25, 2022
Created: December 29, 2021
Back to top