KZ
bin
Негізгі бет
Қазірдің өзінде танымал
Тікелей эфир
Ұнаған бейнелер
Қайтадан қараңыз
Жазылымдар
Кіру
Тіркелу
Ең жақсы KZbin
Фильм және анимация
Автокөліктер мен көлік құралдары
Музыка
Үй жануарлары мен аңдар
Спорт
Ойындар
Комедия
Ойын-сауық
Тәжірибелік нұсқаулар және стиль
Ғылым және технология
Top 7 Algorithms for Coding Interviews Explained SIMPLY
21:22
Graph Algorithms for Technical Interviews - Full Course
2:12:19
It’s all not real
00:15
Этот бой - Самое большое РАЗОЧАРОВАНИЕ за всю КАРЬЕРУ БУАКАВА!
01:00
黑天使被操控了#short #angel #clown
00:40
BAYGUYSTAN | 1 СЕРИЯ | bayGUYS
37:51
LeetCode
Рет қаралды 10,996
Facebook
Twitter
Жүктеу
1
Жазылу 58 М.
Knowledge Center
Күн бұрын
Пікірлер: 20
@TechWithKomal
4 жыл бұрын
To be honest... This is first KZbin channel for me... From which I learnt a lot regarding coding at leetcode platform
@KnowledgeCenter
4 жыл бұрын
Great to hear that.
@GauravSingh-ku5xy
2 жыл бұрын
Very good explanation. Thanks.
@KnowledgeCenter
2 жыл бұрын
Thanks.
@soumyadeeproy6611
4 жыл бұрын
Thanks for creating such good content videos. I am learning a lot from your channels.Please keep the good work going on
@shreyasjain7191
3 жыл бұрын
sir help us with coding questions given on geeks for product based companies
@supremoluminary
3 жыл бұрын
When you write: 1: [2,4] 2: [1,3] 3: [2,4] 4: [1:3] Is that like the data represented as arrays `[[2,4],[1,3],[2,4],[1,3]]` but 1 indexed?
@ambersinghrok
4 жыл бұрын
Sir can you make a backtracking playlist ..there are no resources on youtube for backtracking
@KnowledgeCenter
4 жыл бұрын
Sure. Will do, once I am done with a few ongoing topics.
@TechWithKomal
4 жыл бұрын
Thanks a lot... For providing such optimised solutions... But why have you stopped making videos for leetcode daily challenge...
@KnowledgeCenter
4 жыл бұрын
Thanks a lot. A bit busy these days. New Job & Marriage scheduled. all at once. I will start making videos almost daily soon.
@TechWithKomal
4 жыл бұрын
@@KnowledgeCenter Congratulations for both life events :)
@KnowledgeCenter
4 жыл бұрын
Thanks.
@kailashraturi1079
3 жыл бұрын
what if node's value is repeating :
@rickzhi5498
Жыл бұрын
Nice
@KnowledgeCenter
Жыл бұрын
Thanks
@Mandeepsingh-jo5cf
4 жыл бұрын
good explanation.
@prodiptamondal1758
4 жыл бұрын
Thanks
@KnowledgeCenter
4 жыл бұрын
Welcome
@JamesHalpert8555
4 жыл бұрын
I tried in Java but it's showing TLE :( Can you kindly help?? code: class Solution { public Node cloneGraph(Node node) { if(node==null) return null; Map visited = new HashMap(); return cloneNode(node,visited); } public Node cloneNode(Node node,Map visited){ Node new_node = new Node(node.val); visited.put(new_node,node.val); for(Node n:node.neighbors){ if(!visited.containsKey(n)){ Node cn = cloneNode(n,visited); new_node.neighbors.add(cn); } else new_node.neighbors.add(n); } return new_node; } }
21:22
Top 7 Algorithms for Coding Interviews Explained SIMPLY
Codebagel
Рет қаралды 456 М.
2:12:19
Graph Algorithms for Technical Interviews - Full Course
freeCodeCamp.org
Рет қаралды 1,2 МЛН
00:15
It’s all not real
V.A. show / Магика
Рет қаралды 20 МЛН
01:00
Этот бой - Самое большое РАЗОЧАРОВАНИЕ за всю КАРЬЕРУ БУАКАВА!
БЕЗУМНЫЙ СПОРТ
Рет қаралды 1,1 МЛН
00:40
黑天使被操控了#short #angel #clown
Super Beauty team
Рет қаралды 60 МЛН
37:51
BAYGUYSTAN | 1 СЕРИЯ | bayGUYS
bayGUYS
Рет қаралды 1,7 МЛН
13:16
LeetCode #91: Decode Ways | Facebook Coding Interview
Knowledge Center
Рет қаралды 20 М.
11:48
Clone Graph - Depth First Search - Leetcode 133
NeetCode
Рет қаралды 235 М.
51:27
Medium Google Coding Interview With Ben Awad
Clément Mihailescu
Рет қаралды 1,3 МЛН
15:18
Whiteboard Coding Interviews: 6 Steps to Solve Any Problem
Fullstack Academy
Рет қаралды 380 М.
11:53
LeetCode #49: Group Anagrams | Facebook Coding Interview | Google Coding Interview
Knowledge Center
Рет қаралды 10 М.
14:43
Clone An Undirected Graph - The Utility of Hashtable Mappings ("Clone Graph" on Leetcode)
Back To Back SWE
Рет қаралды 51 М.
13:01
Top 5 Most Common Graph Algorithms for Coding Interviews
NeetCode
Рет қаралды 260 М.
23:12
LeetCode #137: Single Number II | Facebook Interview Question | LeetCode Single Number ii
Knowledge Center
Рет қаралды 16 М.
10:45
How To Prepare For Coding Interviews Efficiently
Conner Ardman
Рет қаралды 72 М.
17:38
Algorithms Explained for Beginners - How I Wish I Was Taught
Internet Made Coder
Рет қаралды 375 М.
00:15
It’s all not real
V.A. show / Магика
Рет қаралды 20 МЛН