Left Child Right Sibling Trie Data Structure Article Series

I’ve written a series of articles about the left-child right-sibling implementation of the trie data structure (aka prefix tree). These are the four parts:

  1. Overview and Classes
  2. Insertion, Display, and Prefix Search
  3. Visualization and Sample I/O
  4. Source Code

1 Like