Русские видео

Сейчас в тренде

Иностранные видео


Скачать с ютуб Trapping Rain Water Problem ( LeetCode #42 ) Part-2 | FREE DSA Course in JAVA | Lecture 73 в хорошем качестве

Trapping Rain Water Problem ( LeetCode #42 ) Part-2 | FREE DSA Course in JAVA | Lecture 73 1 год назад


Если кнопки скачивания не загрузились НАЖМИТЕ ЗДЕСЬ или обновите страницу
Если возникают проблемы со скачиванием, пожалуйста напишите в поддержку по адресу внизу страницы.
Спасибо за использование сервиса savevideohd.ru



Trapping Rain Water Problem ( LeetCode #42 ) Part-2 | FREE DSA Course in JAVA | Lecture 73

This is part 2 of the previous video in which we used a naive method. To fully understand this topic please go and watch part 1 first:-    • Trapping Rain Water Problem ( LeetCod...   This is a popular Leetcode question in many product-based companies like Google, Facebook, and Salesforce. The question reads out:- Given n non-negative integers representing an elevation map where the width of each bar is 1. Calculate how much water it can trap after raining. So basically we have to find out how many units of water will be stored with the given arrangement of bars in form of an array. There are specific observations you can make some base conditions 1. There should be minimum of three bars 2. Increasing bars will not store any water 3. Decreasing water will not store any water 4. 1st and last bar will not store any water So you can use them to directly return 0 as the answer. Check out the complete lecture to know the complete solution to the program to find the trapped rainwater. For more information, fill out this form: https://forms.gle/8eiUmM92Fx563Aen9 or call us at 8884881203 Facebook:   / thetapacademy   Instagram:  / tapacademy_online   Linkedin:   / 73820805   Website: https://www.thetapacademy.com​ #java #javaarray #array #arrayjava #javaprogramming #programming #programmer

Comments