🍎
Leetcode
  • README
  • Templates
    • interview_checklist
    • 🥰beauty of python
    • online IDE templates
    • time complexity analysis
  • Data structures
    • bit_operation
    • deque
    • hashtable
    • linked_list
    • priority_queue
      • Arrangement
      • Sort+PQ
    • stack
    • string
    • intervals
    • trie
    • graph
    • tree
  • Algorithm
    • bfs
    • binary_search
    • dfs
    • topological sort
    • dynamic_programming
    • greedy
    • union_find
    • recursion
    • two_pointers
    • Offline processing
  • Other
    • design
    • everything
    • math
  • Company
    • Tree
    • BinarySearch
Powered by GitBook
On this page
  • Trie
  • Trie and XOR
  1. Data structures

trie

  • Trie

    • Trie and XOR

Trie

208.Implement-Trie--Prefix-Tree (M+) [1804.Implement-Trie-II-(Prefix-Tree)](https://github.com/wisdompeak/LeetCode/tree/master/Trie/1804.Implement-Trie-II-(Prefix-Tree)) (M+) 211.Add-and-Search-Word (H-) 472.Concatenated-Words (H-) 648.Replace-Words (H) 588.Design-In-Memory-File-System (H-) 677.Map-Sum-Pairs (M) 676.Implement-Magic-Dictionary (H-) 139.Word-Break (M+) 140.Word-Break-II (M+) 212.Word-Search-II (H) 745.Prefix-and-Suffix-Search (H-) 1268.Search-Suggestions-System (H-) 1032. Stream of Characters (TBD) 1858.Longest-Word-With-All-Prefixes (M)

Trie and XOR

421.Maximum-XOR-of-Two-Numbers-in-an-Array (H-) 1803.Count-Pairs-With-XOR-in-a-Range (H) 1938.Maximum-Genetic-Difference-Query (H)

PreviousintervalsNextgraph

Last updated 3 years ago