November 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: Course Schedule II๐๐๐
Day 2: Max DAG Edges๐งฎ๐๐
Day 3: Safe States๐๐ก๏ธโ
Day 4: Frog Jump๐ธ๐๏ธ๐ก
Day 5: Get Minimum Squares๐งฎ๐๐ญ
Day 6: Ways To Tile A Floor๐งฑ๐๐ชต
Day 7: Weighted Job Schedulingโฐ๐ ๐ฐ
Day 8: Number of paths in a matrix with k coins๐ช๐งญ๐
Day 9: Chocolate Pickup II๐ซ๐ค๐ฌ
Day 10: Stock Buy and Sell with Cooldown๐๐ฐ๐ง
Day 11: Shortest Common Supersequenceโณโจ๐ค
Day 12: Wildcard Pattern Matching๐ญ๐๐ป
Day 13: Interleaved Strings๐๐งฉ๐ท๏ธ
Day 14: Minimum Cost to Merge Stones๐ชจโ๐ง
Day 15: Minimum Cost to Cut a Stick of length N๐ช๐โ๏ธ
Introduction
This repository contains solutions to daily problems from GeeksforGeeks. Each day, a new problem is provided along with its solution.
Day 1(01 NOV) : Course Schedule II
Day 2(02 NOV) : Max DAG Edges
Day 3(03 NOV) : Safe States
Day 4(04 NOV) : Frog Jump
Day 5(05 NOV) : Get Minimum Squares
Day 6(06 NOV) : Ways To Tile A Floor
Day 7(07 NOV) : Weighted Job Scheduling
Day 8(08 NOV) : Number of paths in a matrix with k coins
Day 9(09 NOV) : Chocolate Pickup II
Day 10(10 NOV) : Stock Buy and Sell with Cooldown
Day 11(11 NOV) : Shortest Common Supersequence
Day 12(12 NOV) : Wildcard Pattern Matching
Day 13(13 NOV) : Interleaved Strings
Day 14(14 NOV) : Minimum Cost to Merge Stones
Day 15(15 NOV) : Minimum Cost to Cut a Stick of length N
Last updated