July 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 3: Longest Substring with K Uniques๐ ๐งฉ๐
Day 5: Max Score from Subarray Mins๐ง ๐ฏ๐ช
Day 6: Maximum Sum Combinationโ๐๐ก
Day 7: Next Greater Element in Circular Array๐โก๏ธ๐
Day 8: Next element with greater frequency๐๐งบ๐งฎ
Day 9: Sum of subarray minimum๐ขโ๐
Day 10: Find the longest string๐ค๐ ๐
Day 11: Trail of onesโก๏ธ1๏ธโฃ๐ฅ
Day 12: Gold Mine Problem๐๐ฐ๐
Day 13: Maximum sum of elements not part of LIS๐๐๐ข
Day 14: Cutting Binary String๐ฏโก๐ช
Day 15: Divisible by 13โ๐ข๐
Day 16: Nine Divisors๐ข๐๐
Day 17: Power of k in factorial of n๐โพ๏ธ๐
Day 18: LCM Triplet๐งฎ๐๐
Day 19: Count Unique Vowel Strings๐ฃ๏ธ๐๐ค
Day 20: Count Numbers Containing Specific Digits๐ข๐๐
Day 21: Count the Coprimes๐งฎ๐ฐ๐
Day 22: Smallest Positive Missing๐งฉ๐๐
Day 23: Sum of Subarrays๐ก๐๐งฉ
Day 24: Last Moment Before All Ants Fall Out๐๐ฏ๐
Day 25: Max Circular Subarray Sum๐๐๐
Day 26: Majority Element II๐๐ณ๏ธ๐ข
Day 27: Set Matrix Zeros๐งฉโ๏ธ๐งฎ
Day 28: Make Matrix Beautiful๐จ๐๐ ๏ธ
Day 29: ASCII Range Sum๐๐๐
Day 30: Subarrays with sum Kโ๐๐
Day 31: Powerful Integer๐๐๐
Introduction
This repository contains solutions to daily problems from GeeksforGeeks. Each day, a new problem is provided along with its solution.
Day 1(01 July) : Substrings of length k with k-1 distinct elements
Day 2(02 July) : Longest subarray with Atmost two distinct integers
Day 3(03 July) : Longest Substring with K Uniques
Day 4(04 July) : Subarrays With At Most K Distinct Integers
Day 5(05 July) : Max Score from Subarray Mins
Day 6(06 July) : Maximum Sum Combination
Day 7(07 July) : Next Greater Element in Circular Array
Day 8(08 July) : Next element with greater frequency
Day 9(09 July) : Sum of subarray minimum
Day 10(10 July) : Find the longest string
Day 11(11 July) : Trail of ones
Day 12(12 July) : Gold Mine Problem
Day 13(13 July) : Maximum sum of elements not part of LIS
Day 14(14 July) : Cutting Binary String
Day 15(15 July) : Divisible by 13
Day 16(16 July) : Nine Divisors
Day 17(17 July) : Power of k in factorial of n
Day 18(18 July) : LCM Triplet
Day 19(19 July) : Count Unique Vowel Strings
Day 20(20 July) : Count Numbers Containing Specific Digits
Day 21(21 July) : Count the Coprimes
Day 22(22 July) : Smallest Positive Missing
Day 23(23 July) : Sum of Subarrays
Day 24(24 July) : Last Moment Before All Ants Fall Out
Day 25(25 July) : Max Circular Subarray Sum
Day 26(26 July) : Majority Element II
Day 27(27 July) : Set Matrix Zeros
Day 28(28 July) : Make Matrix Beautiful
Day 29(29 July) : ASCII Range Sum
Day 30(30 July) : Subarrays with sum K
Day 31(31 July) : Powerful Integer
Last updated