July 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 JUL) : Make Binary Tree From Linked List

Day 2(02 JUL) : linked list of strings forms a palindrome

Day 3(03 JUL) : Remove all occurences of duplicates in a linked list

Day 4(04 JUL) : Duplicate Subtrees

Day 5(05 JUL) : Vertical Width of a Binary Tree

Day 6(06 JUL) : Populate Inorder Successor for all nodes

Day 7(07 JUL) : Ancestors in Binary Tree

Day 8(08 JUL) : Search in Rotated Sorted Array

Day 9(09 JUL) : Closest Three Sum

Day 10(10 JUL) : Largest square formed in a matrix

Day 11(11 JUL) : Maximum Connected group

Day 12(12 JUL) : Root to leaf path sum

Day 13(13 JUL) : Shortest Path in Weighted undirected graph

Day 14(14 JUL) : Segregate 0s and 1s

Day 15(15 JUL) : Smallest number

Day 16(16 JUL) : Remaining String

Day 17(17 JUL) : Construct Binary Tree from Parent Array

Day 18(18 JUL) : Longest alternating subsequence

Day 19(19 JUL) : Count Smaller elements

Day 20(20 JUL) : Remove Half Nodes

Day 21(21 JUL) : Maximum product subset of an array

Day 22(22 JUL) : Largest BST

Day 23(23 JUL) : Merge two BST 's

Day 24(24 JUL) : Check for BST

Day 25(25 JUL) : Array to BST

Day 26(26 JUL) : K-Pangrams

Day 27(27 JUL) : Form a palindrome

Day 28(28 JUL) : Remove Duplicates

Day 29(29 JUL) : Row with max 1s

Day 30(30 JUL) : Rat in a Maze Problem - I

Day 31(31 JUL) : Longest Common Prefix of Strings

Last updated