Home / Algorithms

Ordered Dictionaries

Introduction

Ordered dictionaries allow you to work with ordered data in a nice way. They function like normal dictionaries, but can be extended to allow for extra operations.

The Abstract Data Type

Applications

Representations

The Binary Search Tree

The Red-Black Tree