Skip to content

Commit

Permalink
Trie in blog (#470)
Browse files Browse the repository at this point in the history
  • Loading branch information
saiumasankar authored Aug 9, 2024
1 parent 6aae7c1 commit 76e056f
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions blog/2024-06-25-Trie-problems/Trie-problems.md
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)

0 comments on commit 76e056f

Please sign in to comment.