This repository contains different problem statements from leetcode and solutions to them.
| Sl no. | Problem Statements | Topic | Language | Difficulty | Solution |
|---|---|---|---|---|---|
| 1342 | Number of steps to reduce a number to zero | If Else | C++ | Easy | click here |
| 206 | Reverse Linked List | Linked List | C++ | Easy | click here |
| 75 | Sort Colors | Arrays | Python | Medium | click here |
| 35 | Search Insert Position | Arrays | Python | Easy | click here |
| 48 | Rotate Image | Matrix | C++ | Medium | click here |