My collection of code challenges worked out in C++, a language I've been wanting to learn for quite some time.
| # | Problem | Solution | Difficulty |
|---|---|---|---|
| 1475 | Final Prices With a Special Discount in a Shop | C++ | Easy |
| 1700 | Number of Students Unable to Eat Lunch | C++ | Easy |
| 1752 | Check if Array Is Sorted and Rotated | C++ | Easy |
| 1716 | Calculate Money in Leetcode Bank | C++ | Easy |
| 441 | Arranging Coins | C++ | Easy |
| 1694 | Reformat Phone Number | C++ | Easy |
| 1913 | Maximum Product Difference Between Two Pairs | C++ | Easy |