This Repository Contains my submission to different Problems on different Platforms specially HackerRanck & LeetCode in different topics in both Data Structures and Algorithms
Problem | Solution | Difficulty |
---|---|---|
Add Two Integers | c++ | Easy |
Root Equals Sum of Children | c++ | Easy |
Running Sum of 1d Array | c++ | Easy |
Richest Customer Wealth | c++ | Easy |
Compare the Triplets | c++ | Easy |
Diagonal Difference | c++ | Easy |
Plus Minus | c++ | Easy |
Add Two Numbers | c++ | Medium |
Candies | c++ | Medium |
Max Min | c++ | Medium |
Coin Change | c++ | Medium |
Equal | c++ | Medium |
Accessing Inherited Functions | c++ | Medium |
Deque-STL | c++ | Medium |