Skip to Main Menu
Algorithm Solutions
Solutions for algorithm questions.
Search
Search
Archive
Tags
Array
Backtracking
Binary Search
Binary Search Tree
Binary Tree
Bit Manipulation
Brainteaser
Breadth-first Search
Counting
Data Stream
Depth-first Search
Design
Divide and Conquer
Dynamic Programming
Game Theory
Geometry
Graph
Greedy
Hash Function
Hash Table
Hash Tables
Heap
Heap(Priority Queue)
Iterator
Linked List
Math
Matrix
Memoization
Memorization
Minimax
Monotonic Stack
Number Theory
Ordered Map
Ordered Set
Prefix Sum
Queue
Quickselect
Randomized
Recursion
Rolling Hash
Segment Tree
Shortest Path
Simulation
Sliding Window
Sliding Windows
Sort
Sorting
Stack
String
String Matching
Tree
Trie
Two Pointers
Union Find
二分查找
位运算
分治算法
动态规划
双指针
哈希表
回溯算法
堆
字符串
广度优先搜索
排序
数学
数组
栈
树
深度优先搜素
深度优先搜索
滑动窗口
设计
递归
链表
队列
Skip to Content
Toggle Sidebar
HomePage
Tags
Trie
Algorithm Solutions
Solutions for algorithm questions.
Tag:
Trie
Posted on
2024, Apr 17
139. Word Break
Posted on
2020, Dec 05
208. Implement Trie (Prefix Tree)
Posted on
2020, Dec 05
211. Design Add and Search Words Data Structure
Posted on
2023, Jan 27
472. Concatenated Words
Posted on
2021, May 27
648. Replace Words
Posted on
2020, Dec 01
676. Implement Magic Dictionary
Posted on
2020, Dec 05
677. Map Sum Pairs
Posted on
2021, May 31
720. Longest Word in Dictionary
Posted on
2021, May 31
745. Prefix and Suffix Search
Posted on
2024, Oct 30
792. Number of Matching Subsequences