Skip to content

Commit 013ffc9

Browse files
added few easy to medium problems
1 parent c15d5bc commit 013ffc9

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

assignments/8-strings.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,27 @@
33
# Questions:
44

55
## Easy
6+
67
- [Valid Palindrome](https://leetcode.com/problems/valid-palindrome/)
78
- [Valid Anagram](https://leetcode.com/problems/valid-anagram/)
89
- [Reverse String](https://leetcode.com/problems/reverse-string/)
10+
- [Excel Sheet Column Number](https://leetcode.com/problems/excel-sheet-column-number/)
11+
- [Excel Sheet Column Title](https://leetcode.com/problems/excel-sheet-column-title/)
12+
- [Number of Segments in a String](https://leetcode.com/problems/number-of-segments-in-a-string/)
913
- [First Unique Character in a String](https://leetcode.com/problems/first-unique-character-in-a-string/)
1014
- [Rotate String](https://leetcode.com/problems/rotate-string/)
1115
- [Unique Morse Code Words](https://leetcode.com/problems/unique-morse-code-words/)
16+
- [Long Pressed Name | Faulty Keyboard](https://leetcode.com/problems/long-pressed-name/)
17+
- [Valid Palindrome II](https://leetcode.com/problems/valid-palindrome-ii/)
18+
- [Add Strings](https://leetcode.com/problems/add-strings/)
19+
- [Repeated Substring Pattern](https://leetcode.com/problems/repeated-substring-pattern/)
1220

1321
## Medium
22+
1423
- [Reverse Words in a String](https://leetcode.com/problems/reverse-words-in-a-string/)
1524
- [Remove Duplicate Letters](https://leetcode.com/problems/remove-duplicate-letters/)
25+
- [Minimum Length of String After Deleting Similar Ends](https://leetcode.com/problems/minimum-length-of-string-after-deleting-similar-ends/)
26+
- [Reverse Words in a String](https://leetcode.com/problems/reverse-words-in-a-string/)
27+
- [String Compression](https://leetcode.com/problems/string-compression/)
1628

1729
## Hard

0 commit comments

Comments
 (0)