Skip to content

Latest commit

 

History

History

August 2024 GFG SOLUTION

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

📜 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 AUG) : Spirally traversing a matrix

Day 2(02 AUG) : Edit Distance

Day 3(03 AUG) : The Celebrity Problem

Day 4(04 AUG) : N meetings in one room

Day 5(05 AUG) : Bottom View of Binary Tree

Day 6(06 AUG) : Validate an IP Address

Day 7(07 AUG) : K-th element of two Arrays

Day 8(08 AUG) : Sum Tree

Day 9(09 AUG) : Maximize Array Value After Rearrangement

Day 10(10 AUG) : Rotate a Linked List

Day 11(11 AUG) : Job Sequencing Problem

Day 12(12 AUG) : Median of two sorted arrays

Day 13(13 AUG) : Square root of a number

Day 14(14 AUG) : Longest Common Substring

Day 15(15 AUG) : Add 1 to a Linked List Number

Day 16(16 AUG) : Maximize The Cut Segments

Day 17(17 AUG) : Product array puzzle

Day 18(18 AUG) : Split an array into two equal Sum subarrays

Day 19(19 AUG) : Kth Smallest

Day 20(20 AUG) : Burning Tree

Day 21(21 AUG) : Shortest path in Undirected Graph

Day 22(22 AUG) : Alien Dictionary

Day 23(23 AUG) : Left View of Binary Tree

Day 24(24 AUG) : 0 - 1 Knapsack Problem

Day 25(25 AUG) : Number of pairs

Day 26(26 AUG) : Wildcard Pattern Matching

Day 27(27 AUG) : Maximum Difference

Day 28(28 AUG) : Sorting Elements of an Array by Frequency

Day 29(29 AUG) : Find length of Loop

Day 30(30 AUG) : N-Queen Problem

Day 31(31 AUG) : Sorted subsequence of size 3