April 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 APR) : Pairs violating the BST property

Day 2(02 APR) : Minimum Absolute Difference In BST

Day 3(03 APR) : Kth common ancestor in BST

Day 4(04 APR) : Sum of all substrings of a number

Day 5(05 APR) : Strictly Increasing Array

Day 6(06 APR) : Count ways to N'th Stair

Day 7(07 APR) : Maximize dot product

Day 8(08 APR) : Optimal Strategy For A Game

Day 9(09 APR) : Minimum Points To Reach Destination

Day 10(10 APR) : Party of Couples

Day 11(11 APR) : Gray to Binary equivalent

Day 12(12 APR) : Sum of Products

Day 13(13 APR) : Reverse Bits

Day 14(14 APR) : Xoring and Clearing

Day 15(15 APR) : Count the elements

Day 16(16 APR) : Minimize the Difference

Day 17(17 APR) : Count Pairs in an Array

Day 18(18 APR) : Two Repeated Elements

Day 19(19 APR) : Find missing in second array

Day 20(20 APR) : Union of Two Sorted Arrays

Day 21(21 APR) : Three way partitioning

Day 22(22 APR) : Row with minimum number of 1's

Day 23(23 APR) : Rohan's Love for Matrix

Day 24(24 APR) : Paths to reach origin

Day 25(25 APR) : Maximum sum of hour glass

Day 26(26 APR) : Exit Point in a Matrix

Day 27(27 APR) : Merge Sort on Doubly Linked List

Day 28(28 APR) : Delete Middle of Linked List

Day 29(29 APR) : Remove every kth node

Day 30(30 APR) : Add two numbers represented by linked lists

Last updated