I am trying to solve LeetCode problems and upload that here.
Each problem contains topic, link of that problem, solution link of the solution that I wrote and difficulty of that question.
| # | Problem | Solution |
|---|---|---|
| 13 | Sort Colors | C++ |
| 89 | 442. Find All Duplicates in an Array | Using Cycle Sort JAVA - using Cyclic Sort |
| 88 | 287. Find the Duplicate Number | Using Cycle Sort JAVA - using cuclic sort |
| # | Problem | Solution |
|---|---|---|
| 91 | 41. First Missing Positive | Using Cycle Sort JAVA |