KZ
bin
Негізгі бет
Қазірдің өзінде танымал
Тікелей эфир
Ұнаған бейнелер
Қайтадан қараңыз
Жазылымдар
Кіру
Тіркелу
Ең жақсы KZbin
Фильм және анимация
Автокөліктер мен көлік құралдары
Музыка
Үй жануарлары мен аңдар
Спорт
Ойындар
Комедия
Ойын-сауық
Тәжірибелік нұсқаулар және стиль
Ғылым және технология
Valid Sudoku: 36 - Array + Matrix interview question @ google, apple, amazon, meta,microsoft, nvidia
18:44
How I Failed the Google Coding Interview (and lessons I learned)
14:24
Tuna 🍣 @patrickzeinali @ChefRush
00:48
😺🍫 خدعة الشوكولاتة المذهلة لقطتي! شاهد كيف تعلمني قطتي القيام بها! 😂🎉
00:30
How to treat Acne💉
00:31
Cat mode and a glass of water #family #humor #fun
00:22
Moving Average from Data Stream: 346 - Design interview question -google,apple,amazon,meta,microsoft
Рет қаралды 643
Facebook
Twitter
Жүктеу
1
Жазылу 17 М.
Destination FAANG
Күн бұрын
Пікірлер: 4
@DestinationFAANG
2 жыл бұрын
Most asked problems at FAANG companies: docs.google.com/spreadsheets/d/1hzP8j7matoUiJ15N-RhsL5Dmig8_E3aP/edit#gid=1377915986 Leetcode Link: leetcode.com/problems/moving-average-from-data-stream/ **************** Java Solution *********************** class MovingAverage { int size, windowSum = 0, count = 0; Deque queue = new ArrayDeque(); public MovingAverage(int size) { this.size = size; } public double next(int val) { ++count; // calculate the new sum by shifting the window queue.add(val); int tail = count > size ? (int)queue.poll() : 0; windowSum = windowSum - tail + val; return windowSum * 1.0 / Math.min(size, count); } }
@depression_plusplus6120
2 жыл бұрын
Need more from you sir🙏🙏...please make video on fresher students and what you advice for them
@DestinationFAANG
2 жыл бұрын
Currently I am on vacation, so its hard to make videos right now. But I will try to be more consistent soon. Thanks.
@depression_plusplus6120
2 жыл бұрын
@@DestinationFAANG no problem sir. Enjoy your time. But please please please, do make a advice video for novices like us
18:44
Valid Sudoku: 36 - Array + Matrix interview question @ google, apple, amazon, meta,microsoft, nvidia
Destination FAANG
Рет қаралды 373
14:24
How I Failed the Google Coding Interview (and lessons I learned)
NeetCode
Рет қаралды 1,3 МЛН
00:48
Tuna 🍣 @patrickzeinali @ChefRush
albert_cancook
Рет қаралды 148 МЛН
00:30
😺🍫 خدعة الشوكولاتة المذهلة لقطتي! شاهد كيف تعلمني قطتي القيام بها! 😂🎉
PuffPaw Arabic
Рет қаралды 17 МЛН
00:31
How to treat Acne💉
ISSEI / いっせい
Рет қаралды 108 МЛН
00:22
Cat mode and a glass of water #family #humor #fun
Kotiki_Z
Рет қаралды 42 МЛН
5:59
Moving Average from Data Stream
Kevin Naughton Jr.
Рет қаралды 31 М.
36:18
System Design Interview - Top K Problem (Heavy Hitters)
System Design Interview
Рет қаралды 384 М.
16:58
LeetCode 2661 | First Completely Painted Row or Column | Leetcode Daily Probelm
AlgoDaily
Рет қаралды 35
27:10
How to get a Developer Job - in this economy
Destination FAANG
Рет қаралды 1,5 М.
26:06
Google's toughest interview question - Burst Balloons: 312
Destination FAANG
Рет қаралды 801
24:02
How to: Work at Google - Example Coding/Engineering Interview
Life at Google
Рет қаралды 7 МЛН
27:22
AI Is Making You An Illiterate Programmer
ThePrimeTime
Рет қаралды 288 М.
6:59
Moving Average for Python in 6 mins
James Cutajar
Рет қаралды 9 М.
18:14
Minimum Interval to Include Each Query: 1851 - faang interview question
Destination FAANG
Рет қаралды 352
51:27
Medium Google Coding Interview With Ben Awad
Clément Mihailescu
Рет қаралды 1,3 МЛН
00:48
Tuna 🍣 @patrickzeinali @ChefRush
albert_cancook
Рет қаралды 148 МЛН