This repository hostes the problems and the solution. So far, the problems are mostly limited to DS/Algo and come from leetcode platform. Feel free to add problem from other platform as well to respective pacakges.
- Bit Wise Completment - [url to actual problem ?]
- Power - [https://leetcode.com/problems/powx-n/]
- Bit Wise Complement - https://leetcode.com/problems/number-complement/
- Letter Combinations - https://leetcode.com/problems/letter-combinations-of-a-phone-number/
- WaterInContainer - https://leetcode.com/problems/trapping-rain-water/
- ThreeSum - https://leetcode.com/problems/3sum
- NextPermutation - https://leetcode.com/problems/next-permutation/
- Longest Palindromic - Substring [https://leetcode.com/problems/longest-palindromic-substring/]
- ZigZag Conversion - [https://leetcode.com/problems/zigzag-conversion]
- Dice roll to Target - [https://leetcode.com/problems/number-of-dice-rolls-with-target-sum/]
- K-th Smallest Prime Fraction - https://leetcode.com/problems/k-th-smallest-prime-fraction/