- Extract maximum numeric value from a given string
- Sorted subsequence of size 3
- Find four elements a, b, c and d in an array such that a+b = c+d
- Find Excel column name from a given column number
- Maximum product of a triplet (subsequnece of size 3) in array
- Find all strings that match specific pattern in a dictionary
- Find an equal point in a string of brackets
- Find minimum number of coins that make a given value
- Find next greater number with same set of digits
- Print all possible words from phone digits
- Longest Increasing Subsequence Size (N log N)
- Longest Increasing Subsequence
- Maximum Sum Increasing Subsequence
- Longest Common Subsequence
- Longest Bitonic Subsequence
- Convert a given tree to its Sum Tree
- Construct Tree from given Inorder and Preorder traversals
- Construct a Binary Tree from Postorder and Inorder
- Check if binary representation of a number is palindrome
- Search and Insertion
- Anagram Substring Search
- Search a Word in a 2D Grid of characters
- Root to leaf path sum equal to a given number
- Remove all occurrences of an element from Array
- Find a peak element in a 2D array
Sharing is Caring !
Subscribe
0 Comments
Most Voted