ABCDEFGHIJKLMNOPQRSTUVWXYZAAABACADAEAFAGAHAI
1
Note : Questions by Love Babbar
2
3
4
Topic:Problem: (Explanation )Solutions_JAVASolutions_PythonGeeksforGeeksLeetCodeDateAbhay DeshmukhSumit JadhaoKapil VamsiKapil MendheMohit GoyalKamyaParag GawandeRahul SharmaRitesh KapseSrujanDivyaShivankAbhishek Nikhil AhujaFurquan AhmadGayathri SNilesh JPrashilRizwanLokeshPavan UshakiranNithin RevathiPriyankaShivam
A Vishnu Vardhan Reddy
Pratik
5
DAY 1
6
ArrayReverse the arrayLinkLinkLinkLink01-08-2022DoneDoneDoneDoneDoneDoneDoneDoneDoneDoneDoneDoneDoneDoneDoneDoneDoneDoneDoneDoneDone
7
ArrayFind the maximum and minimum element in an arrayLinkLinkLink01-08-2022DoneDoneDoneDoneDoneDoneDoneDoneDoneDoneDoneDoneDoneDoneDoneDoneDoneDone
8
ArrayKth smallest elementLinkLinkLinkLink01-08-2022DoneDoneDoneDoneDoneDone
9
DAY 2
10
ArrayGiven an array which consists of only 0, 1 and 2. Sort the array without using any sorting algoLinkLinkLinkLink02-08-2022DoneDoneDoneDoneDoneDoneDoneDone
11
ArrayMove all the negative elements to one side of the array LinkLinkLinkLink02-08-2022DoneDoneDoneDoneDoneDone
12
ArrayFind the Union and Intersection of the two sorted arrays.LinkLinkLink02-08-2022DoneDoneDone
13
DAY 3
14
ArrayWrite a program to cyclically rotate an array by one.LinkLinkLink03-08-2022DoneDoneDoneDoneDone
15
Arrayfind Largest sum contiguous Subarray [V. IMP]LinkLink03-08-2022DoneDoneDone
16
ArrayMinimise the maximum difference between heights [V.IMP]Link03-08-2022
17
DAY 4
18
Array
Minimum no. of Jumps to reach end of an array
LinkLink04-08-2022
19
Arrayfind duplicate in an array of N+1 IntegersLinkLink04-08-2022DoneDone
20
Array
Merge 2 sorted arrays without using Extra space.
LinkLink04-08-2022
21
DAY 5
22
ArrayKadane's Algo [V.V.V.V.V IMP]Link05-08-2022
23
ArrayMerge IntervalsLinkLink05-08-2022
24
ArrayNext PermutationLinkLink05-08-2022
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100