You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 23, 2025. It is now read-only.
- Implemented a solution to find all universal words from a list that meet the character frequency requirements of another list.
- Updated README to include the new problem and solution.
- Incremented daily streak to 67 days.
Copy file name to clipboardExpand all lines: README.md
+2-1
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
Welcome to my LeetCode solutions repository! This repository contains my solutions to various LeetCode problems, documenting my journey through algorithmic problem-solving and competitive programming. All solutions are implemented in C++.
| 2025-01-07 | 1408 |[String Matching in an Array](https://leetcode.com/problems/string-matching-in-an-array/)|[Solution](solutions/1408-string-matching-in-an-array/solution.cpp)|
94
94
| 2025-01-08 | 3042 |[Count Prefix and Suffix Pairs I](https://leetcode.com/problems/count-prefix-and-suffix-pairs-i/)|[Solution](solutions/3042-count-prefix-and-suffix-pairs-i/solution.cpp)|
95
95
| 2025-01-09 | 2185 |[Counting Words With a Given Prefix](https://leetcode.com/problems/counting-words-with-a-given-prefix/)|[Solution](solutions/2185-counting-words-with-a-given-prefix/solution.cpp)|
0 commit comments