Book Image

Clojure Data Structures and Algorithms Cookbook

By : Rafik Naccache
Book Image

Clojure Data Structures and Algorithms Cookbook

By: Rafik Naccache

Overview of this book

Table of Contents (14 chapters)
Clojure Data Structures and Algorithms Cookbook
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Index

Chapter 3. Walking Down Forests of Data

In this chapter, we will focus on trees. We will cover the following recipes:

  • Building self-balancing and search-efficient splay trees

  • Designing an efficient key-value store using B-trees

  • Devising an undo-capable data structure using a rope

  • Designing an autocomplete system using a trie