У нас вы можете посмотреть бесплатно Leetcode Weekly Contest 442 || ABCD solved или скачать в максимальном доступном качестве, видео которое было загружено на ютуб. Для загрузки выберите вариант из формы ниже:
Если кнопки скачивания не
загрузились
НАЖМИТЕ ЗДЕСЬ или обновите страницу
Если возникают проблемы со скачиванием видео, пожалуйста напишите в поддержку по адресу внизу
страницы.
Спасибо за использование сервиса ClipSaver.ru
Questions with Timestamps: 00:00 - 3. Find the Minimum Amount of Time to Brew Potions 34:00 -1.Maximum Containers on a Ship 35:30 -2.Properties Graph 52:00 -4.Minimum Operations to Make Array Elements Zero KEY IDEAS 💡: A- Min(maxweight/w, n*n) B-Brute force for making a dsu , For merging two vectors make a frequency array and mark as 1 and 2 .. Count the intersections and merge accordingly C- Basically equation becomes like x+current_time should be greater than endtime_i .. Find the maximum x and assign times accordingly D- Make intervals on range [x,x*4] .. Find intersections with given range and increase the count ... Finally we can pair them up in ceil(count/2) operations and increase the global ans by this value CODES ✅ : PS: This was uploaded post contest 👍 #leetcodesolutions #leetcode #competitiveprogramming