मुख्य कंटेंट तक स्किप करें

5 docs tagged with "BST"

सारे टैग देखें

Binary Search Trees

In this blog post, we'll explore binary search trees (BSTs), a special type of binary tree that allows for efficient searching, insertion, and deletion of elements.

Red-Black Tree

A complete guide to Red-Black Trees -- self-balancing binary search trees with color-based balancing, properties, rotations, and implementations.

Treap

A comprehensive guide to Treap - a randomized BST that combines properties of Binary Search Trees and heaps for self-balancing.