◆codelex
Getting Started
Problem Sets
Data Structures
Algorithms
Prerequisites
Miscellaneous
Read
K
  1. Guide
  2. Data Structures
  3. Trees

Trees

Understanding trees as a data structure.

Binary Tree

An easy-to-understand explanation of the Binary Tree data structure.

Binary Search Tree

A detailed yet simple explanation of the Binary Search Tree (BST) data structure.

Trie

A detailed explanation of the Trie data structure with examples and use cases.

Segment Tree

Understanding Segment Trees and their importance in range queries.

PreviousFind Median from Data Stream
NextBinary Tree