Skip to main content

GFG medium problems 0101-0200

Start Practicing: https://www.geeksforgeeks.org/

Problem NameDifficultySolution Link
Egg Dropping PuzzleMediumView Solutions
Check if subtreeMediumView Solutions
Count Palindromic SubsequencesMediumView Solutions
Check for Children Sum Property in a Binary TreeMediumView Solutions
Total Decoding MessagesMediumView Solutions
Knapsack with Duplicate ItemsMediumView Solutions
Next PermutationMediumView Solutions
Minimum swaps and K togetherMediumView Solutions
Array Pair Sum Divisibility ProblemMediumView Solutions
Longest Repeating SubsequenceMediumView Solutions
Activity SelectionMediumView Solutions
Nth catalan numberMediumView Solutions
Zero Sum SubarraysMediumView Solutions
Word BreakMediumView Solutions
Floyd WarshallMediumView Solutions
Valid SubstringMediumView Solutions
Friends Pairing ProblemMediumView Solutions
Min distance between two given nodes of a Binary TreeMediumView Solutions
Gold Mine ProblemMediumView Solutions
Two Repeated ElementsMediumView Solutions
Shortest Common SupersequenceMediumView Solutions
Largest BSTMediumView Solutions
Max length chainMediumView Solutions
Sorted insert for circular linked listMediumView Solutions
Minimum Spanning TreeMediumView Solutions
Delete a node from BSTMediumView Solutions
M-Coloring ProblemMediumView Solutions
Boolean MatrixMediumView Solutions
Check if frequencies can be equalMediumView Solutions
Lucky NumbersMediumView Solutions
Rod CuttingMediumView Solutions
k-th smallest element in BSTMediumView Solutions
Heap SortMediumView Solutions
Rearrange an array with O(1) extra spaceMediumView Solutions
Number of pathsMediumView Solutions
Length of the longest substringMediumView Solutions
Flood fill AlgorithmMediumView Solutions
Stock buy and sell IIMediumView Solutions
Shortest Source to Destination PathMediumView Solutions
Sort a stackMediumView Solutions
Predecessor and SuccessorMediumView Solutions
Consecutive 1's not allowedMediumView Solutions
Steps by KnightMediumView Solutions
Pascal TriangleMediumView Solutions
Max Sum without AdjacentsMediumView Solutions
Combination SumMediumView Solutions
Check if Tree is IsomorphicMediumView Solutions
Kth Ancestor in a TreeMediumView Solutions
Subset SumsMediumView Solutions
Painting the FenceMediumView Solutions
Largest prime factorMediumView Solutions
Maximum path sum in matrixMediumView Solutions
Sort an array according to the otherMediumView Solutions
Sum of two large numbersMediumView Solutions
Sum of nodes on the longest path from root to leaf nodeMediumView Solutions
Replace O's with X'sMediumView Solutions
Count the number of possible trianglesMediumView Solutions
Count the subarrays having product less than kMediumView Solutions
Shortest path in Directed Acyclic GraphMediumView Solutions
K Sum PathsMediumView Solutions
Distance from the Source (Bellman-Ford Algorithm)MediumView Solutions
Is Binary Tree HeapMediumView Solutions
Duplicate subtree in Binary TreeMediumView Solutions
Connect Nodes at Same LevelMediumView Solutions
Power SetMediumView Solutions
Swapping pairs make sum equalMediumView Solutions
Number of ProvincesMediumView Solutions
Interleaved StringsMediumView Solutions
Minimum sumMediumView Solutions
Smallest distinct windowMediumView Solutions
Count number of substringsMediumView Solutions
Largest number in K swapsMediumView Solutions
Search in a row-column sorted MatrixMediumView Solutions
Minimum Multiplications to reach EndMediumView Solutions
Longest subarray with sum divisible by KMediumView Solutions
Partitions with Given DifferenceMediumView Solutions
Top K Frequent Elements in Array - IMediumView Solutions
Count triplets with sum smaller than XMediumView Solutions
Merge k Sorted ArraysMediumView Solutions
Longest Palindromic SubsequenceMediumView Solutions
Segregate even and odd nodes in a Linked ListMediumView Solutions
Maximum Sub ArrayMediumView Solutions
Find the element that appears onceMediumView Solutions
Largest square formed in a matrixMediumView Solutions
Find whether path existMediumView Solutions
Optimal Strategy For A GameMediumView Solutions
Word BoggleMediumView Solutions
Strongly Connected Components (Kosaraju's Algo)MediumView Solutions
Distance of nearest cell having 1MediumView Solutions
Root to Leaf PathsMediumView Solutions
Binary Heap OperationsMediumView Solutions
Diagonal Traversal of Binary TreeMediumView Solutions
Serialize and deserialize a binary treeMediumView Solutions
Merge K sorted linked listsMediumView Solutions
Find the Closest Element in BSTMediumView Solutions
Column name from a given column numberMediumView Solutions
Kth largest element in a streamMediumView Solutions
Unique BST'sMediumView Solutions
Mother VertexMediumView Solutions
Find the string in gridMediumView Solutions

Now, you can see the list of problems in a table format. You can click on the problem link to view the problem on the GFG website. You can also click on the solution link to view the solution of the problem.