LintCode & LeetCode
Ctrlk
  • Introduction
  • Linked List
  • Binary Search
  • Hash Table
  • String
  • Array
  • Matrix
  • Queue
  • Stack
  • Heap
  • Data Structure & Design
  • Union Find
  • Trie
    • Implement Trie
    • Add and Search Word
    • Word Search II
    • Longest Word in Dictionary
    • Palindrome Pairs
    • Trie Serialization
    • Trie Service
    • Design Search Autocomplete System
    • Typeahead
  • Trees
  • Segment Tree
  • Binary Indexed Tree
  • Graph & Search
  • Backtracking
  • Two Pointers
  • Mathematics
  • Bit Operation
  • Random
  • Dynamic Programming
  • Knapsack
  • High Frequency
  • Sorting
  • Greedy
  • Minimax
  • Sweep Line & Interval
  • Other Algorithms and Data Structure
  • Company Tag
  • Problem Solving Summary
  • Reference
Powered by GitBook
On this page

Was this helpful?

Trie

Reference

  • The Trie: A Neglected Data Structure

  • ProgramCreek: LeetCode – Implement Trie (Prefix Tree) (Java)

PreviousRedundant ConnectionNextImplement Trie

Last updated 5 years ago

Was this helpful?