Algorithm Practice
CtrlK
  • Introduction
  • Lintcode
  • Leetcode
    • Math
    • Tree
    • Graph
    • Two Pointers
    • Linked List
    • Topological Sort
    • Hash Table
    • Trie
      • 208 Implement Trie (Prefix Tree)
      • 211 Add and Search Word - Data structure design
      • 336 Palindrome Pairs
      • 421 Maximum XOR of Two Numbers in an Array
      • 472 Concatenated Words
      • 642 Design Search Autocomplete System
      • 648 Replace Words
      • 676 Implement Magic Dictionary
      • 677 Map Sum Pairs
      • 692 Top K Frequent Words
      • 720 Longest Word in Dictionary
      • 745 Prefix and Suffix Search
    • Sort
    • Binary Search
    • Heap
    • Breadth First Search
    • Stack
    • Backtracking
    • Dynamic Programming
    • Union Find
    • Scan Line
    • String
    • Reservoir Sampling
    • Recursion
  • Google
Powered by GitBook
On this page

Was this helpful?

  1. Leetcode

Trie

208 Implement Trie (Prefix Tree)211 Add and Search Word - Data structure design336 Palindrome Pairs421 Maximum XOR of Two Numbers in an Array472 Concatenated Words642 Design Search Autocomplete System648 Replace Words676 Implement Magic Dictionary677 Map Sum Pairs692 Top K Frequent Words720 Longest Word in Dictionary745 Prefix and Suffix Search
Previous760 Find Anagram MappingsNext208 Implement Trie (Prefix Tree)

Last updated 5 years ago

Was this helpful?