January 2025 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 JAN) : Print Anagrams Together
Day 2(02 JAN) : Subarrays with sum K
Day 3(03 JAN) : Count Subarrays with given XOR
Day 4(04 JAN) : Count all triplets with given sum in sorted array
Day 5(05 JAN) : Count Pairs whose sum is less than target
Day 6(06 JAN) : Sum Pair closest to target
Day 7(07 JAN) : Pair with given sum in a sorted array
Day 8(08 JAN) : Count the number of possible triangles
Day 9(09 JAN) : Indexes of Subarray Sum
Day 10(10 JAN) : Count all triplets with given sum in sorted array
Day 11(11 JAN) : Longest substring with distinct characters
Day 12(12 JAN) : Trapping Rain Water
Day 13(13 JAN) : Container With Most Water
Day 14(14 JAN) : Equilibrium Point
Day 15(15 JAN) : Longest Subarray with Sum K
Day 16(16 JAN) : Largest subarray of 0's and 1's
Day 17(17 JAN) : Product array puzzle
Day 18(18 JAN) : Reverse a linked list
Day 19(19 JAN) : Rotate a Linked List
Day 20(20 JAN) : Merge two sorted linked lists
Day 21(21 JAN) : Linked List Group Reverse
Day 22(22 JAN) : Add Number Linked Lists
Day 23(23 JAN) : Clone List with Next and Random
Day 24(24 JAN) : Detect Loop in linked list
Day 25(25 JAN) : Find the first node of loop in linked list
Day 26(26 JAN) : Remove loop in Linked List
Day 27(27 JAN) : LRU Cache
Day 28(28 JAN) : Permutations of a String
Day 29(29 JAN) : Implement Pow
Day 30(30 JAN) : N-Queen Problem
Day 31(31 JAN) : Solve the Sudoku
Last updated