KZ
bin
Негізгі бет
Қазірдің өзінде танымал
Тікелей эфир
Ұнаған бейнелер
Қайтадан қараңыз
Жазылымдар
Кіру
Тіркелу
Ең жақсы KZbin
Фильм және анимация
Автокөліктер мен көлік құралдары
Музыка
Үй жануарлары мен аңдар
Спорт
Ойындар
Комедия
Ойын-сауық
Тәжірибелік нұсқаулар және стиль
Ғылым және технология
2024. Maximize the Confusion of an Exam
15:47
2448. Minimum Cost to Make Array Equal | Binary Search | Median | LeetCode Daily Challenge
20:34
How Much Tape To Stop A Lamborghini?
00:15
ТЮРЕМЩИК В БОКСЕ! #shorts
00:58
SIZE DOESN’T MATTER @benjaminjiujitsu
00:46
Players vs Pitch 🤯
00:26
2090. K Radius Subarray Averages | Sliding Window | LeetCode Daily Challenge
Рет қаралды 1,117
Facebook
Twitter
Жүктеу
1
Жазылу 2,4 М.
DeepCodes
Күн бұрын
Пікірлер: 5
@aravindkumarn1776
Жыл бұрын
Nice explanation buddy. Whats the device and application are you using for your youtube videos
@nikunjpansari2491
Жыл бұрын
The Space Complexity of Approach 2 is O(N) and not O(1)
@deepcodes
Жыл бұрын
We don't consider averages vector, as it is the return type of fn.
@thephalcon
Жыл бұрын
Hello sir can you implement this in js also
@prajwalurkude007
Жыл бұрын
var getAverages = function(nums, k) { if(k === 0) return nums; let n = nums.length; let averages = new Array(n).fill(-1); if(2 * k + 1 > n) return averages; let windowSum = 0; for(let i = 0; i < (2 * k + 1); ++i) windowSum += nums[i]; averages[k] = Math.trunc(windowSum / (2 * k + 1)); for(let i = (k * 2 + 1); i < n; ++i){ let deductElement = nums[i - (2 * k + 1)]; let insertElement = nums[i]; windowSum = windowSum - deductElement + insertElement; averages[i - k] = Math.trunc(windowSum / (2 * k + 1)); } return averages; };
15:47
2024. Maximize the Confusion of an Exam
DeepCodes
Рет қаралды 766
20:34
2448. Minimum Cost to Make Array Equal | Binary Search | Median | LeetCode Daily Challenge
DeepCodes
Рет қаралды 1,4 М.
00:15
How Much Tape To Stop A Lamborghini?
MrBeast
Рет қаралды 235 МЛН
00:58
ТЮРЕМЩИК В БОКСЕ! #shorts
HARD_MMA
Рет қаралды 2,7 МЛН
00:46
SIZE DOESN’T MATTER @benjaminjiujitsu
Natan por Aí
Рет қаралды 3,5 МЛН
00:26
Players vs Pitch 🤯
LE FOOT EN VIDÉO
Рет қаралды 138 МЛН
12:43
956. Tallest Billboard | LeetCode Daily Challenge
DeepCodes
Рет қаралды 2,3 М.
36:45
Sliding Window Technique - Algorithmic Mental Models
Ryan Schachte
Рет қаралды 363 М.
25:44
LeetCode 862 Shortest Subarray with Sum at Least K | Sliding Window | Heap | Hard | Meta
Code Harmony
Рет қаралды 519
22:49
1569. Number of Ways to Reorder Array to Get Same BST | Recursion | DFS | LeetCode Daily Challenge
DeepCodes
Рет қаралды 3 М.
19:49
373. Find K Pairs with Smallest Sums | Min-Heap | LeetCode Daily Challenge
DeepCodes
Рет қаралды 4,5 М.
11:50
Python Programming - K Radius Subarray Averages | JavaScript, Java and C++ | LeetCode #2090
CodingNinja
Рет қаралды 187
8:03
you will never ask about pointers again after watching this video
Low Level
Рет қаралды 2,4 МЛН
13:12
Maximum Vowels in a Substring (LeetCode 1456) | Full solution with animations | Sliding Window
Nikhil Lohia
Рет қаралды 7 М.
20:39
Full Computer Science Degree in a Nutshell
MrAlgorithm
Рет қаралды 79 М.
21:31
Shortest Subarray with Sum at Least K | Leetcode 862
Techdose
Рет қаралды 38 М.
00:15
How Much Tape To Stop A Lamborghini?
MrBeast
Рет қаралды 235 МЛН