File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change 3
3
# Questions:
4
4
5
5
## Easy
6
+
6
7
- [ Valid Palindrome] ( https://leetcode.com/problems/valid-palindrome/ )
7
8
- [ Valid Anagram] ( https://leetcode.com/problems/valid-anagram/ )
8
9
- [ 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/ )
9
13
- [ First Unique Character in a String] ( https://leetcode.com/problems/first-unique-character-in-a-string/ )
10
14
- [ Rotate String] ( https://leetcode.com/problems/rotate-string/ )
11
15
- [ 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/ )
12
20
13
21
## Medium
22
+
14
23
- [ Reverse Words in a String] ( https://leetcode.com/problems/reverse-words-in-a-string/ )
15
24
- [ 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/ )
16
28
17
29
## Hard
You can’t perform that action at this time.
0 commit comments