Introduction

Table of Contents
What Are Suffix Trees?
What does libstree provide?
Why C?

Welcome! You're looking at the manual for libstree, a generic suffix tree implementation. Thanks for reading this.


What Are Suffix Trees?

Suffix trees are a building block needed for efficient implementations of many string algorithms. If you've found this library, you probably already know why you want to use them. If not, have a look at the comprehensive textbook by Dan Gusfield.