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๐งฎ๐ฐ๐
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
Last updated