← Back

Tries

Prefix tree for efficient string key storage & retrieval.

triesstringstreeUpdated 2025-09-01

Operations

  • Insert char nodes
  • Search path
  • Mark word end

Use Cases

  • Autocomplete
  • Prefix queries