September 2024 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 SEP) : Max sum path in two arrays

Day 2(02 SEP) : Minimum Cost Path

Day 3(03 SEP) : Minimum number of deletions and insertions

Day 4(04 SEP) : Count ways to N'th Stair(Order does not matter)

Day 5(05 SEP) : Missing in Array

Day 6(06 SEP) : Kadane's Algorithm

Day 7(07 SEP) : Nth Natural Number

Day 8(08 SEP) : Minimum Jumps

Day 9(09 SEP) : Sort 0s, 1s and 2s

Day 10(10 SEP) : Circle of strings

Day 11(11 SEP) : Minimum Cost of ropes

Day 12(12 SEP) : Middle of a Linked List

Day 13(13 SEP) : Mirror Tree

Day 14(14 SEP) : Alternate positive and negative numbers

Day 15(15 SEP) : Binary Tree to DLL

Day 16(16 SEP) : Longest valid Parentheses

Day 17(17 SEP) : Minimize the Heights II

Day 18(18 SEP) : Parenthesis Checker

Day 19(19 SEP) : Reverse Words

Day 20(20 SEP) : Facing the sun

Day 21(21 SEP) : Clone a linked list with next and random pointer

Day 22(22 SEP) : Longest Prefix Suffix

Day 23(23 SEP) : Missing And Repeating

Day 24(24 SEP) : Smallest window in a string containing all the characters of another string

Day 25(25 SEP) : Palindrome Linked List

Day 26(26 SEP) : Roof Top

Day 27(27 SEP) : K Sized Subarray Maximum

Day 28(28 SEP) : Minimal Cost

Day 29(29 SEP) : Total count

Day 30(30 SEP) : Merge two BST 's

Last updated