Skip to content

Commit e314f20

Browse files
Merge pull request kunal-kushwaha#204 from chetan-2002/main
Update 8-strings.md
2 parents c15d5bc + 3a22977 commit e314f20

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

assignments/8-strings.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,15 @@
99
- [First Unique Character in a String](https://leetcode.com/problems/first-unique-character-in-a-string/)
1010
- [Rotate String](https://leetcode.com/problems/rotate-string/)
1111
- [Unique Morse Code Words](https://leetcode.com/problems/unique-morse-code-words/)
12+
- [Count Items Matching a Rule](https://leetcode.com/problems/count-items-matching-a-rule/)
13+
- [Goal Parser Interpretation](https://leetcode.com/problems/goal-parser-interpretation/)
14+
- [Decrypt String from Alphabet to Integer Mapping](https://leetcode.com/problems/decrypt-string-from-alphabet-to-integer-mapping/)
15+
- [Thousand Separator](https://leetcode.com/problems/thousand-separator/)
16+
- [Consecutive Characters](https://leetcode.com/problems/consecutive-characters/)
1217

1318
## Medium
1419
- [Reverse Words in a String](https://leetcode.com/problems/reverse-words-in-a-string/)
1520
- [Remove Duplicate Letters](https://leetcode.com/problems/remove-duplicate-letters/)
1621

1722
## Hard
23+

0 commit comments

Comments
 (0)