In this repository i will share my problem and it's solution that i have solved in leetcode to improve my skill of algorithm and data structure. If you feel it is good then try to give a star.
Name | Difficulty | Solving approach | My tutorial |
---|---|---|---|
Number of Matching Subsequences | Medium | Bruteforce | ⌨️ Medium blog |
Reshape the Matrix | Easy | Matrix | ⌨️ Medium blog |
Shifting letter | Medium | suffix sum | ⌨️ Medium blog |