|
3 | 3 | 
|
4 | 4 | 
|
5 | 5 | 
|
6 |
| - |
7 |
| - |
8 |
| - |
| 6 | + |
| 7 | + |
| 8 | + |
9 | 9 | [](LICENSE)
|
10 |
| -[](CONTRIBUTING.md) |
| 10 | +[](CONTRIBUTING.md) |
11 | 11 |
|
12 | 12 | ## Problems
|
13 | 13 | | # Number | Name | Difficulty | Solution |
|
|
24 | 24 | | 28 | [Needle in Haystack](https://leetcode.com/problems/implement-strstr) | Easy | [](https://github.com/anishLearnsToCode/leetcode-algorithms/blob/master/src/NeedleInHaystack.java) [](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 | [](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 | [](https://github.com/anishLearnsToCode/leetcode-algorithms/blob/master/src/CountAndSay.java) |
|
27 |
| -| 2 | []() | Easy | | |
28 |
| -| 2 | []() | Easy | | |
29 |
| -| 2 | []() | Easy | | |
30 |
| -| 2 | []() | Easy | | |
31 |
| -| 2 | []() | Easy | | |
32 |
| -| 2 | []() | Easy | | |
33 |
| -| 2 | []() | Easy | | |
34 |
| -| 2 | []() | Easy | | |
35 |
| -| 2 | []() | Easy | | |
| 27 | +| 53 | [Maximum SubArray](https://leetcode.com/problems/maximum-subarray) | Easy | | |
| 28 | +| 58 | [Length of Last Word](https://leetcode.com/problems/length-of-last-word) | Easy | | |
| 29 | +| 66 | [Plus One](https://leetcode.com/problems/plus-one) | Easy | | |
| 30 | +| 67 | [Add Binary](https://leetcode.com/problems/add-binary) | Easy | | |
| 31 | +| 69 | [Sqrt(x)](https://leetcode.com/problems/sqrtx) | Easy | | |
| 32 | +| 70 | [Climbing Stairs](https://leetcode.com/problems/climbing-stairs) | Easy | | |
| 33 | +| 83 | [Remove Duplicates from Sorted List](https://leetcode.com/problems/remove-duplicates-from-sorted-list) | Easy | | |
| 34 | +| 88 | [Merge Sorted Array](https://leetcode.com/problems/merge-sorted-array) | Easy | | |
| 35 | +| 100 | [Same Tree](https://leetcode.com/problems/same-tree) | Easy | | |
| 36 | +| 101 | [Symmetric Tree](https://leetcode.com/problems/symmetric-tree) | Easy | | |
| 37 | +| 104 | [Maximum Depth of Binary Tree](https://leetcode.com/problems/maximum-depth-of-binary-tree) | Easy | |
| 38 | +| 107 | [Binary Tree Level Order Traversal II](https://leetcode.com/problems/binary-tree-level-order-traversal-ii) | Easy | |
| 39 | +| 108 | [Convert Sorted Array To Binary Search Tree](https://leetcode.com/problems/convert-sorted-array-to-binary-search-tree) | Easy | |
| 40 | +| 110 | [Balanced Binary Tree](https://leetcode.com/problems/balanced-binary-tree) | Easy | |
| 41 | +| 111 | [Minimum Depth of Binary Tree](https://leetcode.com/problems/minimum-depth-of-binary-tree) | Easy | |
| 42 | +| 112 | [Path Sum](https://leetcode.com/problems/path-sum) | Easy | |
| 43 | +| 118 | [Pascal's Triangle](https://leetcode.com/problems/pascals-triangle) | Easy | |
| 44 | +| 119 | [Pascal's Triangle II](https://leetcode.com/problems/pascals-triangle-ii) | Easy | |
| 45 | +| 121 | [Best Time to Buy and Sell Stocks](https://leetcode.com/problems/best-time-to-buy-and-sell-stock) | Easy | |
| 46 | +| 122 | [Best Time to Buy and Sell Stocks II](https://leetcode.com/problems/best-time-to-buy-and-sell-stock-ii) | Easy | |
| 47 | +| 125 | [Valid Palindrome](https://leetcode.com/problems/valid-palindrome) | Easy | |
| 48 | +| 136 | [Single Number](https://leetcode.com/problems/single-number) | Easy | |
| 49 | +| 141 | [Linked List Cycle](https://leetcode.com/problems/linked-list-cycle) | Easy | |
| 50 | +| 155 | [Min Stack](https://leetcode.com/problems/min-stack) | Easy | |
| 51 | +| 157 | [Read N Characters Given Read4](https://leetcode.com/problems/read-n-characters-given-read4) | Easy | |
| 52 | +| 160 | [Intersection of Two Linked Lists](https://leetcode.com/problems/intersection-of-two-linked-lists) | Easy | |
| 53 | +| 167 | [Two Sum II - Input Array is Sorted](https://leetcode.com/problems/two-sum-ii-input-array-is-sorted) | Easy | |
| 54 | +| 168 | [Excel Sheet Column Title](https://leetcode.com/problems/excel-sheet-column-title) | Easy | |
| 55 | +| 169 | [Majority Element](https://leetcode.com/problems/majority-element) | Easy | |
| 56 | +| 170 | [Two Sum III - Data Structure Design](https://leetcode.com/problems/two-sum-iii-data-structure-design) | Easy | |
| 57 | +| 171 | [Excel Sheet Column Number](https://leetcode.com/problems/excel-sheet-column-number) | Easy | |
| 58 | +| 172 | [Factoring Trailing Zeroes](https://leetcode.com/problems/factorial-trailing-zeroes) | Easy | |
| 59 | +| 189 | [Rotate Array](https://leetcode.com/problems/rotate-array) | Easy | |
| 60 | +| 190 | [Reverse Bits](https://leetcode.com/problems/reverse-bits) | Easy | |
| 61 | +| 191 | [Number of One Bits](https://leetcode.com/problems/number-of-1-bits) | Easy | |
| 62 | +| 198 | [House Robber](https://leetcode.com/problems/house-robber) | Easy | |
| 63 | +| 202 | [Happy Number](https://leetcode.com/problems/happy-number) | Easy | |
| 64 | +| 203 | [Remove Linked List Elements](https://leetcode.com/problems/remove-linked-list-elements) | Easy | |
0 commit comments