A | B | C | D | E | F | G | H | I | J | K | L | M | N | O | P | Q | R | S | T | U | V | W | X | Y | Z | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
1 | Questions by Love Babbar: | |||||||||||||||||||||||||
2 | Youtube Channel: https://www.youtube.com/channel/UCQHLxxBFrbfdrk1jF0moTpw | |||||||||||||||||||||||||
3 | ||||||||||||||||||||||||||
4 | Topic: | Problem: | Done [yes or no] | |||||||||||||||||||||||
5 | <-> | |||||||||||||||||||||||||
6 | Array | Reverse the array | <-> | |||||||||||||||||||||||
7 | Array | Find the maximum and minimum element in an array | <-> | |||||||||||||||||||||||
8 | Array | Find the "Kth" max and min element of an array | <-> | |||||||||||||||||||||||
9 | Array | Given an array which consists of only 0, 1 and 2. Sort the array without using any sorting algo | <-> | |||||||||||||||||||||||
10 | Array | Move all the negative elements to one side of the array | <-> | |||||||||||||||||||||||
11 | Array | Find the Union and Intersection of the two sorted arrays. | <-> | |||||||||||||||||||||||
12 | Array | Write a program to cyclically rotate an array by one. | <-> | |||||||||||||||||||||||
13 | Array | find Largest sum contiguous Subarray [V. IMP] | <-> | |||||||||||||||||||||||
14 | Array | Minimise the maximum difference between heights [V.IMP] | <-> | |||||||||||||||||||||||
15 | Array | Minimum no. of Jumps to reach end of an array | <-> | |||||||||||||||||||||||
16 | Array | find duplicate in an array of N+1 Integers | <-> | |||||||||||||||||||||||
17 | Array | Merge 2 sorted arrays without using Extra space. | <-> | |||||||||||||||||||||||
18 | Array | Kadane's Algo [V.V.V.V.V IMP] | <-> | |||||||||||||||||||||||
19 | Array | Merge Intervals | <-> | |||||||||||||||||||||||
20 | Array | Next Permutation | <-> | |||||||||||||||||||||||
21 | Array | Count Inversion | <-> | |||||||||||||||||||||||
22 | Array | Best time to buy and Sell stock | <-> | |||||||||||||||||||||||
23 | Array | find all pairs on integer array whose sum is equal to given number | <-> | |||||||||||||||||||||||
24 | Array | find common elements In 3 sorted arrays | <-> | |||||||||||||||||||||||
25 | Array | Rearrange the array in alternating positive and negative items with O(1) extra space | <-> | |||||||||||||||||||||||
26 | Array | Find if there is any subarray with sum equal to 0 | <-> | |||||||||||||||||||||||
27 | Array | Find factorial of a large number | <-> | |||||||||||||||||||||||
28 | Array | find maximum product subarray | <-> | |||||||||||||||||||||||
29 | Array | Find longest coinsecutive subsequence | <-> | |||||||||||||||||||||||
30 | Array | Given an array of size n and a number k, fin all elements that appear more than " n/k " times. | <-> | |||||||||||||||||||||||
31 | Array | Maximum profit by buying and selling a share atmost twice | <-> | |||||||||||||||||||||||
32 | Array | Find whether an array is a subset of another array | <-> | |||||||||||||||||||||||
33 | Array | Find the triplet that sum to a given value | <-> | |||||||||||||||||||||||
34 | Array | Trapping Rain water problem | <-> | |||||||||||||||||||||||
35 | Array | Chocolate Distribution problem | <-> | |||||||||||||||||||||||
36 | Array | Smallest Subarray with sum greater than a given value | <-> | |||||||||||||||||||||||
37 | Array | Three way partitioning of an array around a given value | <-> | |||||||||||||||||||||||
38 | Array | Minimum swaps required bring elements less equal K together | <-> | |||||||||||||||||||||||
39 | Array | Minimum no. of operations required to make an array palindrome | <-> | |||||||||||||||||||||||
40 | Array | Median of 2 sorted arrays of equal size | <-> | |||||||||||||||||||||||
41 | Array | Median of 2 sorted arrays of different size | <-> | |||||||||||||||||||||||
42 | <-> | |||||||||||||||||||||||||
43 | <-> | |||||||||||||||||||||||||
44 | Matrix | Spiral traversal on a Matrix | <-> | |||||||||||||||||||||||
45 | Matrix | Search an element in a matriix | <-> | |||||||||||||||||||||||
46 | Matrix | Find median in a row wise sorted matrix | <-> | |||||||||||||||||||||||
47 | Matrix | Find row with maximum no. of 1's | <-> | |||||||||||||||||||||||
48 | Matrix | Print elements in sorted order using row-column wise sorted matrix | <-> | |||||||||||||||||||||||
49 | Matrix | Maximum size rectangle | <-> | |||||||||||||||||||||||
50 | Matrix | Find a specific pair in matrix | <-> | |||||||||||||||||||||||
51 | Matrix | Rotate matrix by 90 degrees | <-> | |||||||||||||||||||||||
52 | Matrix | Kth smallest element in a row-cpumn wise sorted matrix | <-> | |||||||||||||||||||||||
53 | Matrix | Common elements in all rows of a given matrix | <-> | |||||||||||||||||||||||
54 | ||||||||||||||||||||||||||
55 | ||||||||||||||||||||||||||
56 | String | Reverse a String | <-> | |||||||||||||||||||||||
57 | String | Check whether a String is Palindrome or not | <-> | |||||||||||||||||||||||
58 | String | Find Duplicate characters in a string | <-> | |||||||||||||||||||||||
59 | String | Why strings are immutable in Java? | <-> | |||||||||||||||||||||||
60 | String | Write a Code to check whether one string is a rotation of another | <-> | |||||||||||||||||||||||
61 | String | Write a Program to check whether a string is a valid shuffle of two strings or not | <-> | |||||||||||||||||||||||
62 | String | Count and Say problem | <-> | |||||||||||||||||||||||
63 | String | Write a program to find the longest Palindrome in a string.[ Longest palindromic Substring] | <-> | |||||||||||||||||||||||
64 | String | Find Longest Recurring Subsequence in String | <-> | |||||||||||||||||||||||
65 | String | Print all Subsequences of a string. | <-> | |||||||||||||||||||||||
66 | String | Print all the permutations of the given string | <-> | |||||||||||||||||||||||
67 | String | Split the Binary string into two substring with equal 0’s and 1’s | <-> | |||||||||||||||||||||||
68 | String | Word Wrap Problem [VERY IMP]. | <-> | |||||||||||||||||||||||
69 | String | EDIT Distance [Very Imp] | <-> | |||||||||||||||||||||||
70 | String | Find next greater number with same set of digits. [Very Very IMP] | <-> | |||||||||||||||||||||||
71 | String | Balanced Parenthesis problem.[Imp] | <-> | |||||||||||||||||||||||
72 | String | Word break Problem[ Very Imp] | <-> | |||||||||||||||||||||||
73 | String | Rabin Karp Algo | <-> | |||||||||||||||||||||||
74 | String | KMP Algo | <-> | |||||||||||||||||||||||
75 | String | Convert a Sentence into its equivalent mobile numeric keypad sequence. | <-> | |||||||||||||||||||||||
76 | String | Minimum number of bracket reversals needed to make an expression balanced. | <-> | |||||||||||||||||||||||
77 | String | Count All Palindromic Subsequence in a given String. | <-> | |||||||||||||||||||||||
78 | String | Count of number of given string in 2D character array | <-> | |||||||||||||||||||||||
79 | String | Search a Word in a 2D Grid of characters. | <-> | |||||||||||||||||||||||
80 | String | Boyer Moore Algorithm for Pattern Searching. | <-> | |||||||||||||||||||||||
81 | String | Converting Roman Numerals to Decimal | <-> | |||||||||||||||||||||||
82 | String | Longest Common Prefix | <-> | |||||||||||||||||||||||
83 | String | Number of flips to make binary string alternate | <-> | |||||||||||||||||||||||
84 | String | Find the first repeated word in string. | <-> | |||||||||||||||||||||||
85 | String | Minimum number of swaps for bracket balancing. | <-> | |||||||||||||||||||||||
86 | String | Find the longest common subsequence between two strings. | <-> | |||||||||||||||||||||||
87 | String | Program to generate all possible valid IP addresses from given string. | <-> | |||||||||||||||||||||||
88 | String | Write a program tofind the smallest window that contains all characters of string itself. | <-> | |||||||||||||||||||||||
89 | String | Rearrange characters in a string such that no two adjacent are same | <-> | |||||||||||||||||||||||
90 | String | Minimum characters to be added at front to make string palindrome | <-> | |||||||||||||||||||||||
91 | String | Given a sequence of words, print all anagrams together | <-> | |||||||||||||||||||||||
92 | String | Find the smallest window in a string containing all characters of another string | <-> | |||||||||||||||||||||||
93 | String | Recursively remove all adjacent duplicates | <-> | |||||||||||||||||||||||
94 | String | String matching where one string contains wildcard characters | <-> | |||||||||||||||||||||||
95 | String | Function to find Number of customers who could not get a computer | <-> | |||||||||||||||||||||||
96 | String | Transform One String to Another using Minimum Number of Given Operation | <-> | |||||||||||||||||||||||
97 | String | Check if two given strings are isomorphic to each other | <-> | |||||||||||||||||||||||
98 | String | Recursively print all sentences that can be formed from list of word lists | <-> | |||||||||||||||||||||||
99 | ||||||||||||||||||||||||||
100 |