-
Program to count maximum number of distinct pairs whose differences are larger than target in Python
-
Program to swap nodes of a linked list pair wise in C++
-
Program to check linked list items are forming palindrome or not in Python
-
Program to check given string is anagram of palindromic or not in Python
-
Program to check whether inorder sequence of a tree is palindrome or not in Python
-
Program to find leaf and non-leaf nodes of a binary tree in Python
-
Program to count how many ways we can divide the tree into two trees in Python
-
Program to count number of ways we can distribute coins to workers in Python
-
Program to find maximum value we can get in knapsack problem by taking multiple copies in Python
-
Program to find maximum product of contiguous subarray in Python
-
Program to find how many total amount of rain we can catch in Python
-
Program to update elements in a given range in Python
-
Program to remove duplicate entries in a list in Python
-
Program to remove duplicate entries in a linked list in Python
-
Program to count minimum invalid parenthesis to be removed to make string correct in Python
-
Program to find string after removing consecutive duplicate characters in Python
-
Program to reverse a linked list in Python
-
Program to reverse the directed graph in Python
-
Program to reverse linked list by groups of size k in Python
-
Program to find minimum number of rocketships needed for rescue in Python