PDC4S:\IT\DSA and Interview Preperation\[INTERVIEW ONLY MAAL] [EXCLUSIVE]\[RBR] INTERVIEW PREPRATION 2021\2.Arrays

Up one directory...
NameSizeDate Modified
1.Implementtion of Linear search.mp4191,108 KB12/12/2021 3:34 AM
10.Moore voting algorthim.mp4202,428 KB12/12/2021 3:34 AM
11.majority_element.PDF4 KB12/12/2021 3:34 AM
12.Implementation of finding the majority element in the given array.mp4163,919 KB12/12/2021 3:34 AM
13.Find the maximum difference between two elements in an array such that larger element appears after the smaller number (Approach-1).mp471,868 KB12/12/2021 3:34 AM
14.Find the max difference in an array so that the larger element has higher index than smaller element Approach-2.mp4138,050 KB12/12/2021 3:34 AM
15.Find the maximum difference between two elements in an array such that larger element appears after the smaller number (Approach-3).mp495,792 KB12/12/2021 3:34 AM
16.Implementation of maximum difference bw two elements in an array such that larger element has higher index than smaller element.mp4177,089 KB12/12/2021 3:34 AM
17.Find the maximum difference beetween two elements.docx12 KB12/12/2021 3:34 AM
18.find_odd_occurrence_ele.PDF4 KB12/12/2021 3:34 AM
19.Implementation of finding the number occurring odd number of times in given array.mp474,770 KB12/12/2021 3:34 AM
2.Implementation of Binary search.mp4151,132 KB12/12/2021 3:34 AM
20.Separate 0's and 1's in an array ( Approach-1).mp452,390 KB12/12/2021 3:34 AM
21.Separate 0's and 1's in an array (Approach-2).mp437,930 KB12/12/2021 3:34 AM
22.Implementation of separate 0's and 1's in an array.mp4105,092 KB12/12/2021 3:34 AM
23.Segregate_0s_1s.PDF4 KB12/12/2021 3:34 AM
24.Given an array A, Find two elements whose sum is closest to zero.mp484,997 KB12/12/2021 3:34 AM
25.Implementation for finding the pair in the given array whose sum is closed to zero.mp4177,506 KB12/12/2021 3:34 AM
26.sum of two elements closest to zero.pdf38 KB12/12/2021 3:34 AM
27.Find a triplet in given array that sum to given value 'x' Approach-1.mp472,656 KB12/12/2021 3:34 AM
28.Find a triplet in given array that sum to given value 'x' Approach-2.mp483,765 KB12/12/2021 3:34 AM
29.Implementation for find a triplet that sum to a given value.mp4186,699 KB12/12/2021 3:34 AM
3.Find a pair in an array whose sum is equal to given number.mp431,362 KB12/12/2021 3:34 AM
30.triplet_in_array.PDF5 KB12/12/2021 3:34 AM
31.Find the equilibrium index in an array.mp4107,533 KB12/12/2021 3:34 AM
32.Implementation for equlibrium index in an array.mp4134,896 KB12/12/2021 3:34 AM
33.equillibrium_index.PDF4 KB12/12/2021 3:34 AM
34.Given an array of size unknown with all 0's in the beginning and 1's in the end. Find the starting index of 1.mp459,518 KB12/12/2021 3:34 AM
35.Given an array and an integer k, find the maximum for each and every contiguous sub array of size k Approach-1.mp432,966 KB12/12/2021 3:34 AM
36.Given an array and an integer k, find the maximum for each and every contiguous sub array of size k Approach-2.mp434,260 KB12/12/2021 3:34 AM
37.Given an array and an integer k, find the maximum for each and every contiguous sub array of size k Approach-3.mp4121,172 KB12/12/2021 3:34 AM
38.implementation of Given an array and an integer k, find the maximum for each and every contiguous sub array of size.mp498,747 KB12/12/2021 3:34 AM
39.Given an array an integer k, find the maximum element for each and every contiguous sub array of size.pdf44 KB12/12/2021 3:34 AM
4.Find a pair in an array whose sum is equal to given number (Hash Approach).mp462,328 KB12/12/2021 3:34 AM
40.Count number of smaller elements on right of each element in an array.mp4150,141 KB12/12/2021 3:34 AM
41.Implementation of count number of smaller elements on right of each element in an array.mp418,175 KB12/12/2021 3:34 AM
42.count_smaller_elements_on_right_side.PDF9 KB12/12/2021 3:34 AM
43.Find the largest multiple of 3.mp4135,390 KB12/12/2021 3:34 AM
44.Implementation of Find max multiple of 3.mp4135,767 KB12/12/2021 3:34 AM
45.Multiple of 3.pdf42 KB12/12/2021 3:34 AM
46.Find the sub array with given sum X (Approach-1).mp4169,919 KB12/12/2021 3:34 AM
47.Find the sub array with given sum X (Approach-2).mp499,278 KB12/12/2021 3:34 AM
48.Implementation of find the subarray with given sum'x'.mp450,737 KB12/12/2021 3:34 AM
49.find-subarray-with-given-sum.txt1 KB12/12/2021 3:34 AM
5.Implementation to print all pairs in an array whose sum is X.mp4160,380 KB12/12/2021 3:34 AM
50.Find the sub array with given sum zero (Approach-3).mp417,971 KB12/12/2021 3:34 AM
51.SUBARRAY.C1 KB12/12/2021 3:34 AM
52.Find the largest sub array with equal number of 0's and 1's.mp463,029 KB12/12/2021 3:34 AM
53.Find the largest sub array with equal number of 0's and 1's (Approach - 2).mp4126,321 KB12/12/2021 3:34 AM
54.Implementation for find the largest subarray with equal number of 0's and 1's.mp4594,148 KB12/12/2021 3:34 AM
55.Find_largest_sub_array_with_equal_number_of_0s_1s.PDF86 KB12/12/2021 3:34 AM
56.Product of array without using division operator.mp495,624 KB12/12/2021 3:34 AM
57.Product_array_without_using_division.PDF5 KB12/12/2021 3:34 AM
58.Implementation of product of all elements in the given array except arr[i] without using division operator.mp4219,686 KB12/12/2021 3:34 AM
59.Sort nearly sorted array using insertion sort.mp427,793 KB12/12/2021 3:34 AM
6.find_pair_whose_sum_is_X_hash.PDF4 KB12/12/2021 3:34 AM
60.INSERT.C1 KB12/12/2021 3:34 AM
61.10_triplet_in_array.c2 KB12/12/2021 3:34 AM
61.Find the duplicate in o(n) time and o(1) extra space.mp432,328 KB12/12/2021 3:34 AM
62.Implementation of find the duplicate in o(n) time and o(1) extra space.mp416,805 KB12/12/2021 3:34 AM
63.Find the duplicate in o(n) time and o(1) extra space.txt1 KB12/12/2021 3:34 AM
64.Find the two repeating elements in a given array Approach-1.mp432,924 KB12/12/2021 3:34 AM
65.Find the two repeating elements in a given array Approach-2.mp426,011 KB12/12/2021 3:34 AM
66.Find the two repeating elements in a given array Approach-3.mp458,152 KB12/12/2021 3:34 AM
67.Find the two repeating elements in a given array Approach-4.mp4169,253 KB12/12/2021 3:34 AM
68.Find the two repeating elements in a given array Approach-5.mp478,874 KB12/12/2021 3:34 AM
69.Implementation for finding the two repeating elements in the given array.mp4161,481 KB12/12/2021 3:34 AM
7.find_pair_whose_sum_is_X.PDF4 KB12/12/2021 3:34 AM
70.28_find_two_repeating_elements.c1 KB12/12/2021 3:34 AM
71.Rotate the array of size n by d elements Approach-1.mp441,360 KB12/12/2021 3:34 AM
72.Rotate the array of size n by d elements Approach-2.mp431,551 KB12/12/2021 3:34 AM
73.Rotate the array of size n by d elements Approach-3.mp446,759 KB12/12/2021 3:34 AM
74.Rotate the array of size n by d elements Approach-4.mp429,835 KB12/12/2021 3:34 AM
75.5_array_rotation_by_d_1.c1 KB12/12/2021 3:34 AM
76.6_juggling_algorithm.c1 KB12/12/2021 3:34 AM
77.Implementation of reversal algothim for the left rotation of an array.mp4142,012 KB12/12/2021 3:34 AM
78.Sort an array in wave form.mp475,013 KB12/12/2021 3:34 AM
79.Implementation of sort an array in wave form.mp418,975 KB12/12/2021 3:34 AM
8.Find a pair in an array of size n, whose sum is X.pdf44 KB12/12/2021 3:34 AM
80.Sort an array in wave form.txt1 KB12/12/2021 3:34 AM
81.Next greater number with same set of digits Approach-1.mp450,275 KB12/12/2021 3:34 AM
82.Next greater number with same set of digits Approach-2.mp4184,716 KB12/12/2021 3:34 AM
83.Implementation of next greater number with same set of digits.mp459,200 KB12/12/2021 3:34 AM
84.Find next greater number with same set of digits.txt1 KB12/12/2021 3:34 AM
85.Trapping Rain Water problem.mp4111,364 KB12/12/2021 3:34 AM
86.Trapping Rain Water problem Algorithm.mp485,275 KB12/12/2021 3:34 AM
87.31_trapping_rain_water.c1 KB12/12/2021 3:34 AM
88.Implementation Trapping Rain water.mp459,892 KB12/12/2021 3:34 AM
89.Number of possible triangles Approcach-1.mp445,627 KB12/12/2021 3:34 AM
9.Finding majority element approach-1 using linera search.mp492,870 KB12/12/2021 3:34 AM
90.Algorithm for number of possible triangles Approach-2.mp4229,616 KB12/12/2021 3:34 AM
91.Given An Array of positive numbers, find smallest number that cannot be formed with sum of numbers from an array.mp4215,102 KB12/12/2021 3:34 AM
92.Rearrange the array so that a[i] becomes a[a[i]].mp4214,570 KB12/12/2021 3:34 AM
93.REARRA_1.C2 KB12/12/2021 3:34 AM
94.Rotate square matrix by 90 degress.mp450,759 KB12/12/2021 3:34 AM
95.Implementation of Rotate square matrix by 90 degrees.mp4163,886 KB12/12/2021 3:34 AM