File tree 1 file changed +1
-1
lines changed
1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 24
24
| 28 | [ Needle in Haystack] ( https://leetcode.com/problems/implement-strstr ) | Easy | [ ![ Java] ( https://img.icons8.com/color/40/000000/java-coffee-cup-logo.png )] ( https://github.com/anishLearnsToCode/leetcode-algorithms/blob/master/src/NeedleInHaystack.java ) [ ![ Python] ( https://img.icons8.com/color/35/000000/python.png )] ( https://github.com/anishLearnsToCode/leetcode-algorithms/blob/master/python/needle_in_haystack.py ) |
25
25
| 35 | [ Search Inserted Position] ( https://leetcode.com/problems/search-insert-position/ ) | Easy | [ ![ Java] ( https://img.icons8.com/color/40/000000/java-coffee-cup-logo.png )] ( https://github.com/anishLearnsToCode/leetcode-algorithms/blob/master/src/SearchInsertPosition.java ) |
26
26
| 38 | [ Count and Say] ( https://leetcode.com/problems/count-and-say ) | Easy | [ ![ Java] ( https://img.icons8.com/color/40/000000/java-coffee-cup-logo.png )] ( https://github.com/anishLearnsToCode/leetcode-algorithms/blob/master/src/CountAndSay.java ) |
27
- | 53 | [ Maximum SubArray] ( https://leetcode.com/problems/maximum-subarray ) | Easy | |
27
+ | 53 | [ Maximum SubArray] ( https://leetcode.com/problems/maximum-subarray ) | Easy | [ ![ Java ] ( https://img.icons8.com/color/40/000000/java-coffee-cup-logo.png )] ( https://github.com/anishLearnsToCode/leetcode-algorithms/blob/master/src/MaximumSubArray.java ) |
28
28
| 58 | [ Length of Last Word] ( https://leetcode.com/problems/length-of-last-word ) | Easy | |
29
29
| 66 | [ Plus One] ( https://leetcode.com/problems/plus-one ) | Easy | |
30
30
| 67 | [ Add Binary] ( https://leetcode.com/problems/add-binary ) | Easy | |
You can’t perform that action at this time.
0 commit comments