- Find a triplet that sum to a given value
- Find if there is a subarray with 0 sum
- Set Partition Problem
Related article :- Set Partition Problem | Dynamic Programming - Diameter of a Binary Tree
- Longest Consecutive Subsequence
- Print all possible strings that can be made by placing spaces
Related article :- Find all subsets of a set - Sliding Window Maximum
Related article :- Sum of minimum and maximum elements of all subarrays of size k - Fill array with 1’s using minimum iterations of filling neighbors
- Equilibrium index of an array
- Find the Missing Number
Related post :- Finding the number missing in the sequence - Find the Number Occurring Odd Number of Times
- Count the number of possible triangles
- An Interesting Method to Generate Binary Numbers from 1 to n
- Print all permutations of a given string
- Iterative Preorder Traversal without Recursion
- Iterative Postorder Traversal without Recursion
- Distinct permutations of the string
- Print all combinations of balanced parentheses
- Combinational Sum
- Find three closest elements from given three sorted arrays
- Duplicates in an array in O(n) and by using O(1) extra space
- Find the two repeating elements in a given array
- Expression contains redundant bracket or not
- Find n-th lexicographically permutation of a string
- Find k numbers with most occurrences in the given array
Sharing is Caring !
Subscribe
0 Comments
Most Voted