December 2024 GFG SOLUTION

📜 Table of Contents 📜

For discussions, questions, or doubts related to this solution, please visit my LinkedIn: 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.

Introduction

This repository contains solutions to daily problems from GeeksforGeeks. Each day, a new problem is provided along with its solution.

Day 1(01 DEC) : Non Repeating Character

Day 2(02 DEC) : Search Pattern (KMP Algorithm)

Day 3(03 DEC) : Min Chars to Add for Palindrome

Day 4(04 DEC) : Strings Rotations of Each Other

Day 5(05 DEC) : Sort 0s, 1s, and 2s

Day 6(06 DEC) : Find H-Index

Day 7(07 DEC) : Count Inversions

Day 8(08 DEC) : Overlapping Intervals

Day 9(09 DEC) : Insert Interval

Day 10(10 DEC) : Non-overlapping Intervals

Day 11(11 DEC) : Merge Without Extra Space

Day 12(12 DEC) : Number of occurrence

Day 13(13 DEC) : Sorted and Rotated Minimum

Day 14(14 DEC) : Search in Rotated Sorted Array

Day 15(15 DEC) : Peak Element

Day 16(16 DEC) : K-th Element of Two Arrays

Day 17(17 DEC) : Aggressive Cows

Day 18(18 DEC) : Allocate Minimum Pages

Day 19(19 DEC) : Kth Missing Positive Number in a Sorted Array

Day 20(20 DEC) : Spirally traversing a matrix

Day 21(21 DEC) : Rotate by 90 degree

Day 22(22 DEC) : Search in a Row-Column sorted matrix

Day 23(23 DEC) : Search in a row-wise sorted matrix

Day 24(24 DEC) : Search in a sorted Matrix

Day 25(25 DEC) : Set Matrix Zeroes

Day 26(26 DEC) : Two Sum - Pair with Given Sum

Day 27(27 DEC) : Count pairs with given sum

Day 28(28 DEC) : Find All Triplets with Zero Sum

Day 29(29 DEC) : Intersection of Two arrays with Duplicate Elements

Day 30(30 DEC) : Union of Arrays with Duplicates

Day 31(31 DEC) : Longest Consecutive Subsequence

Last updated