Algorithms
search
⌘Ctrlk
Algorithms
  • Introduction
  • Algorithms
  • Data Structures
  • Graphs
  • Strings
    • Data Structures for Strings
      • Tries
        • Binary Tries
        • Multiway Trie
        • Patricia Tries
      • Variable Length-code
      • Huffmancode
      • Ternary Search Tree
    • Searching in Strings
    • Indexing Text
  • P and NP
  • Metaheuristics
  • Sources
gitbookPowered by GitBook
block-quoteOn this pagechevron-down
  1. Stringschevron-right
  2. Data Structures for Strings

Tries

Binary Trieschevron-rightMultiway Triechevron-rightPatricia Trieschevron-right
PreviousData Structures for Stringschevron-leftNextBinary Trieschevron-right

Last updated 6 years ago