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๐
Solutions๐ก
Day 3: Kth common ancestor in BST๐ณ๐ต๏ธโโ๏ธ
Day 5: Strictly Increasing Array๐๐ผ๐ข
Day 6: Count ways to N'th Stair๐ข๐ข
Day 7: Maximize dot product๐ฏ๐
Day 9: Minimum Points To Reach Destination๐โโ๏ธ๐ฏ
Day 10: Party of Couples๐ซ๐ฅ
Day 12: Sum of Products๐ขโ
Day 13: Reverse Bits๐๐ป
Day 14: Xoring and Clearingโ๏ธ๐งน
Day 15: Count the elements๐ข๐
Day 16: Minimize the Differenceโ๏ธ๐ฏ
Day 17: Count Pairs in an Array๐ซ๐ข
Day 18: Two Repeated Elements๐๐ข
Day 20: Union of Two Sorted Arrays๐๐ค๐
Day 21: Three way partitioning๐๐ฆ
Day 22: Row with minimum number of 1's๐ซ๐ซโณ
Day 23: Rohan's Love for Matrix๐๐ข๐ต๏ธโโ๏ธ
Day 24: Paths to reach origin๐โโ๏ธ๐ฃ๏ธ
Day 26: Exit Point in a Matrix๐ช๐ถโโ๏ธ๐ข
Day 27: Merge Sort on Doubly Linked List๐๐๐ค
Day 28: Delete Middle of Linked List๐๏ธ๐ฎ๐
Day 29: Remove every kth node๐งน๐
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