- Find subarray with given sum
- Print a given matrix in spiral form
- Find the smallest window in a string containing all characters of another string
- Square root of an integer
- Kth smallest element in a row-wise and column-wise sorted 2D array
- Minimum number of swaps required for arranging pairs adjacent to each other
- Find the Missing Number
- Find the smallest and second smallest elements in an array
- Count Possible Decodings of a given Digit Sequence
- Find the number of islands
Related reference :- Number of clusters of 1s - Detect Cycle in a directed graph
- Flattening a Linked List
- Detect and Remove Loop in a Linked List
- A program to check if a binary tree is BST or not
- Count ways to reach the n’th stair
Related reference :- Stairs Climbing Puzzle - Count distinct occurrences as a subsequence
- Word Break
- Length of the longest valid substring
- Longest Repeating Subsequence
- Largest rectangular sub-matrix whose sum is 0
- Sub Matrices with sum Zero
- Shortest Common Supersequence
- Remove duplicates from sorted array
- Program for array rotation
- Check whether two strings are anagram of each other
Sharing is Caring !
Subscribe
0 Comments
Most Voted