For discussions, questions, or doubts related to this solution, please visit my Twitter : Any Questions. Thank you for your input, together, we strive to create a space where learning is a collaborative endeavor.
๐ฎYour feedback is valuable! Please consider leaving a ๐ star ๐ and sharing your thoughts in the comments.
This repository contains solutions to daily problems from GeeksforGeeks. Each day, a new problem is provided along with its solution.
December | Problem Name | Java โ |
---|---|---|
Day1 | Non Repeating Character ๐ฅ๐๐ข | Solution |
Day 2 | Search Pattern (KMP-Algorithm) ๐ข๐๐ฅ | Solution |
Day 3 | Min Chars to Add for Palindrome ๐๐๐ฅ | Solution |
Bonus Problem No. | Problem Name | Java โ |
---|---|---|
NUM 1 | Split Array in Three Equal Sum Subarrays ๐ฅ๐๐ข | Solution |
NUM 2 | Repetitive Addition of Digits ๐ข๐๐ฅ | Solution |
NUM 3 | Maximize Number of 1's ๐ข๐ฅ๐ก | Solution |
NUM 4 | Last Moment Before All Ants Fall Out of a Plank ๐๐โณ | Solution |
Here's the updated list with the problem days properly formatted in the solution folder:
Day | Problem Name | Java โ |
---|---|---|
Day 1 | Second Largest ๐ข๐ | Solution |
Day 2 | Move All Zeroes to End ๐0๏ธโฃ | Solution |
Day 3 | Reverse an Array ๐๐ | Solution |
Day 4 | Rotate Array ๐๐ | Solution |
Day 5 | Next Permutation ๐ข๐ | Solution |
Day 6 | Majority Element II ๐ข๐ฅ | Solution |
Day 7 | Stock Buy and Sell โ Multiple Transactions Allowed ๐๐น | Solution |
Day 8 | Stock Buy and Sell โ Max One Transaction Allowed ๐๐ต | Solution |
Day 9 | Minimize the Heights II โฌ๏ธโฌ๏ธ | Solution |
Day 10 | Kadane's Algorithm ๐ก๐ | Solution |
Day 11 | Maximum Product Subarray ๐ข๐ฅ | Solution |
Day 12 | Max Circular Subarray Sum ๐๐ฏ | Solution |
Day 13 | Smallest Positive Missing Number ๐ขโ | Solution |
Day 14 | Implement Atoi ๐ข๐ป | Solution |
Day 15 | Add Binary Strings 0๏ธโฃ1๏ธโฃโ | Solution |
Day 16 | Anagram ๐โ๏ธ | Solution |
Day 17 | Non Repeating Character ๐ โ | Solution |
Day 18 | Search Pattern (KMP Algorithm) ๐๐ | Solution |
Day 19 | Min Chars to Add for Palindrome ๐๐ | Solution |