- Maximize value of (arr[i] – i) – (arr[j] – j) in an array
- Maximum sum of i*arr[i] among all rotations of a given array
- Maximum Sum Path in Two Arrays
- Merge two sorted lists (in-place)
- Minimum sum of squares of character counts in a given string after removing k characters
- Minimum time required to rot all oranges
- Move all zeroes to end of array
- Multiply two numbers represented by Linked Lists
- Level order traversal in spiral form
- Maximum Consecutive Increasing Path Length in Binary Tree
- Look-and-Say Sequence
- How to determine if a binary tree is height-balanced?
- Smallest power of 2 greater than or equal to n
- Activity Selection Problem
- Reverse a linked list
- Two elements whose sum is closest to zero
- Maximum profit by buying and selling a share at most k times
- Print all nodes that are at distance k from a leaf node
- Count number of binary strings without consecutive 1’s
- Topological Sorting
- Find the first non-repeating character from a stream of characters
- Factorial of a large number
- Program to convert a given number to words
- Find Height of Binary Tree represented by Parent array
- Longest Palindromic Substring
Sharing is Caring !
Subscribe
0 Comments
Most Voted