Skip to content

Latest commit

 

History

History
73 lines (31 loc) · 2.62 KB

File metadata and controls

73 lines (31 loc) · 2.62 KB

Arrays

In this video I have discussed some basic questions on arrays so anyone who want to learn the implementation part must watch and learn how we built our logic step by step.

PDF Used in video link : https://drive.google.com/file/d/1370D4Fqs75FvSmmu4r5482ue8KDPg_0W/view?usp=sharing

Arrays (part-2) tutorial (Count array and one other famous technique)

In this video I have discussed very important algorithm count sort and one another technique based on these we have done two Interview questions asked in Amazon, riverbed etc.

In this video I have discussed how we can do some of the range-query questions without using segment tree and in O(N) complexity. Its a very Important concept which is used in many other questions as well.

In this video I have discussed how to calculate maximum sum in a sub-array in O(N) complexity with the help of a famous algorithm Kadane's algorithm.

In this contest you will be given 5 question based on arrays and you have to solve it in 2 Hr dificulty will be similar to interview level.