-
Notifications
You must be signed in to change notification settings - Fork 140
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
6aae7c1
commit 76e056f
Showing
1 changed file
with
20 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
--- | ||
slug: Trie-problems | ||
title: Trie Problems | ||
authors: [saiumasankar] | ||
tags: ["30daysofcpp", "linkedlist","practice-problems","leetcode"] | ||
--- | ||
|
||
- [Implement Trie](https://leetcode.com/problems/implement-trie-prefix-tree) | ||
|
||
- [Longest Common Prefix](https://leetcode.com/problems/longest-common-prefix) | ||
|
||
- [Replace Words](https://leetcode.com/problems/replace-words) | ||
|
||
- [Count Prefix and Suffix pairs](https://leetcode.com/problems/count-prefix-and-suffix-pairs-i) | ||
|
||
- [Find the length of Longest common prefix](https://leetcode.com/problems/find-the-length-of-the-longest-common-prefix) | ||
|
||
- [Shortest Uncommon Substring in an array](https://leetcode.com/problems/shortest-uncommon-substring-in-an-array) | ||
|
||
- [Maximum XOR of two numbers in an array](https://leetcode.com/problems/maximum-xor-of-two-numbers-in-an-array) |