A repository where I keep all the "accepted" as well as problems that I am currently trying to solve
Programming language used : C/C++/Bash/Python/JavaScript (Nodejs)
- Recursive function for generating all permutations of an input string — InterviewCake
- You have a list of integers, and for each index, you want to find the product of every integer except the integer at that index — InterviewCake
- Leetcode 1019: Finding the next greatest node — the Domino effect
- Light More Light, UVa — 10110
- Minimum Number of Swaps to Sort an Array of consecutive integers
- Merging Meeting Times
- Logest substring - sliding window