/LeetCode_Daily

Problem solve from leetcode

Primary LanguageC++

Leetcode Problem solving for practicing Algorithm and data structure

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.

Problem List with tutorial

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