Max Min Hackerrank Solution

Опубликовано: 01 Сентябрь 2020
на канале: Kuldip Ghotane
3,561
37

In this case I have discussed Max Min problem from Greedy section hackerrank interview preparation kit.

In this case this problem can be solved using simple sorting and two pointer technique.


If you are someone who is trying to solve all the problems from hackerrank interview preparation kit playlist and getting stuck anywhere or looking for optimized solution do check my playlist
   • Hackerrank Interview Preparation Kit  


0:00 Start
01:50 Explanation
07:44 Code