(SPOJ) LCASQ - Lowest Common Ancestor
(SPOJ) RMQSQ - Range Minimum Query
122. Best Time to Buy and Sell Stock II (Leetcode)
123. Best Time to Buy and Sell Stock III
1319. Number of Operations to Make Network Connected (Leetcode)
146. LRU Cache (Leetcode)
1483. Kth Ancestor of a Tree Node (Leetcode)
155. Min Stack (Leetcode)
188. Best Time to Buy and Sell Stock IV (Leetcode)
450. Delete Node in a BST (Leetcode)
887. Super Egg Drop (Leetcode)
909. Snakes and Ladders (Leetcode)
958. Check Completeness of a Binary Tree (Leetcode)
Check if Tree is Isomorphic (GFG)
Check whether BST contains Dead End (GFG)
Coin game winner where every player has three choices (GFG)
Construct Tree from Inorder & Preorder (GFG)
Count BST nodes that lie in a given range (GFG)
Count all subsequences having product less than equal to K (GFG)
CountInversionUsingMergeSort
CountInversionUsingMergeSort.cpp
Distance of nearest cell having 1 (GFG)
Duplicate subtree in Binary Tree (GFG)
Egg Dropping Puzzle (GFG)
Expression contains redundant bracket or not (InterviewBit)
FastExponentiationOfLargeNumbers
FastExponentiationOfLargeNumbers.cpp
Find shortest unique prefix for every word in a given list
First negative integer in every window of size k (GFG)
First non-repeating character in a stream (GFG)
Flatten BST to sorted list (GFG)
Insert element at bottom of stack (GFG)
Is Binary Tree Heap (GFG)
Koraju's Algo Strongly Connected Component (GFG)
Kth Ancestor in a Tree (GFG)
Kth largest element in BST (GFG)
Largest Independent Set Problem (GFG)
Longest alternating subsequence (GFG)
LongestPrefixAlsoSuffix (GFG)
MaxSumContiguousSubarray.cpp
Maximum Profit in Job Scheduling (Leetcode)
Maximum difference of zeros and ones in binary string (GFG)
Maximum profit by buying and selling a share at most k times (GFG)
Maximum subsequence sum such that no three are consecutive (GFG)
Maximum sum of Non-adjacent nodes (GFG)
Min distance between two given nodes of a Binary Tree (GFG)
Optimum location of point to minimize total distance (GFG)
Populate Inorder Successor for all nodes (GFG)
Preorder to Postorder (GFG)
Queue Reversal using recursion
Quick Sort on Linked List (GFG)
Rat in a Maze Problem - I (GFG)
Redundant Braces (InterviewBit)
Reverse a Linked List in groups of given size (GFG)
Reverse a stack using recursion (GFG)
Rotten Oranges (Leetcode)
Smallest range in K lists (GFG)
Sort a stack using recursion (GFG)
Special Stack (GFG) - GetMin in O(1) time and O(1) space
The Celebrity Problem (GFG)
Union Find - Friends Pair (HackerRank)
Water Connection Problem (GFG)
You can’t perform that action at this time.