June 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๐
Solutions๐ก
Day 1: Count pairs Sum in matrices๐ขโ๐
Day 2: Unique Paths in a Grid๐ถโโ๏ธ๐ค๏ธ๐งญ
Day 3: Substrings with K Distinct๐งต๐ก๐
Day 4: LCS of three strings๐ค๐๐งฌ
Day 5: Count the paths๐ค๏ธ๐ณ๐
Day 6: Search Pattern (Rabin-Karp Algorithm)๐๐ข๐งช
Day 7: Longest Span in two Binary Arrays๐งฎ๐๐ต๏ธโโ๏ธ
Day 8: Sum-string๐ข๐งฎ๐
Day 9: BST with Dead End๐ณ๐๐ง
Day 10: Exactly one swap๐๐๐ฅ
Day 11: Remove the balls๐ฑ๐งน๐ง
Day 12: K closest elements๐๐ข๐งฒ
Day 13: Koko Eating Bananas ๐๐โฐ
Day 14: Symmetric Tree๐ณ๐ช๐ค
Day 15: Smallest Divisor๐ขโโ๏ธ
Day 16: Equalize the Towers๐๏ธ๐๐ฐ
Day 17: Coin Piles๐ฐ๐ชโ๏ธ
Day 18: All Palindromic Partitions๐งต๐งช๐งฌ
Day 19: Case-specific Sorting of Strings๐ค๐ ๐ ๏ธ
Day 20: Group Balls by Sequence๐ฑ๐๐ฒ
Day 21: Police and Thieves๐๐ฎโโ๏ธ๐
Day 22: Largest Divisible Subset๐งฉโ๏ธโ
Day 23: Minimum sum๐ฐ๐งฎ๐ข
Day 24: Lexicographically Largest String After K Deletions๐ฆ๐งน๐ ๏ธ
Day 25: Check if frequencies can be equal๐งช๐๐งฎ
Day 26: Game with String๐ฎ๐งต๐ง
Day 27: Mobile numeric keypad๐ฑ๐ข๐
Day 28: Counting elements in two arrays๐ข๐๐
Day 29: Split Array Largest Sum๐๐๐ข
Day 30: Max min Height ๐ธ๐ง๐
Introduction
This repository contains solutions to daily problems from GeeksforGeeks. Each day, a new problem is provided along with its solution.
Day 1(01 June) : Count pairs Sum in matrices
Day 2(02 June) : Unique Paths in a Grid
Day 3(03 June) : Substrings with K Distinct
Day 4(04 June) : LCS of three strings
Day 5(05 June) : Count the paths
Day 6(06 June) : Search Pattern (Rabin-Karp Algorithm)
Day 7(07 June) : Longest Span in two Binary Arrays
Day 8(08 June) : Sum-string
Day 9(09 June) : BST with Dead End
Day 10(10 June) : Exactly one swap
Day 11(11 June) : Remove the balls
Day 12(12 June) : K closest elements
Day 13(13 June) : Koko Eating Bananas
Day 14(14 June) : Symmetric Tree
Day 15(15 June) : Smallest Divisor
Day 16(16 June) : Equalize the Towers
Day 17(17 June) : Coin Piles
Day 18(18 June) : All Palindromic Partitions
Day 19(19 June) : Case-specific Sorting of Strings
Day 20(20 June) : Group Balls by Sequence
Day 21(21 June) : Police and Thieves
Day 22(22 June) : Largest Divisible Subset
Day 23(23 June) : Minimum sum
Day 24(24 June) : Lexicographically Largest String After K Deletions
Day 25(25 June) : Check if frequencies can be equal
Day 26(26 June) : Game with String
Day 27(27 June) : Mobile numeric keypad
Day 28(28 June) : Counting elements in two arrays
Day 29(29 June) : Split Array Largest Sum
Day 30(30 June) : Max min Height
Last updated