LeetCode

  Рет қаралды 10,996

Knowledge Center

Knowledge Center

Күн бұрын

Пікірлер: 20
@TechWithKomal
@TechWithKomal 4 жыл бұрын
To be honest... This is first KZbin channel for me... From which I learnt a lot regarding coding at leetcode platform
@KnowledgeCenter
@KnowledgeCenter 4 жыл бұрын
Great to hear that.
@GauravSingh-ku5xy
@GauravSingh-ku5xy 2 жыл бұрын
Very good explanation. Thanks.
@KnowledgeCenter
@KnowledgeCenter 2 жыл бұрын
Thanks.
@soumyadeeproy6611
@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
@shreyasjain7191 3 жыл бұрын
sir help us with coding questions given on geeks for product based companies
@supremoluminary
@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
@ambersinghrok 4 жыл бұрын
Sir can you make a backtracking playlist ..there are no resources on youtube for backtracking
@KnowledgeCenter
@KnowledgeCenter 4 жыл бұрын
Sure. Will do, once I am done with a few ongoing topics.
@TechWithKomal
@TechWithKomal 4 жыл бұрын
Thanks a lot... For providing such optimised solutions... But why have you stopped making videos for leetcode daily challenge...
@KnowledgeCenter
@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
@TechWithKomal 4 жыл бұрын
@@KnowledgeCenter Congratulations for both life events :)
@KnowledgeCenter
@KnowledgeCenter 4 жыл бұрын
Thanks.
@kailashraturi1079
@kailashraturi1079 3 жыл бұрын
what if node's value is repeating :
@rickzhi5498
@rickzhi5498 Жыл бұрын
Nice
@KnowledgeCenter
@KnowledgeCenter Жыл бұрын
Thanks
@Mandeepsingh-jo5cf
@Mandeepsingh-jo5cf 4 жыл бұрын
good explanation.
@prodiptamondal1758
@prodiptamondal1758 4 жыл бұрын
Thanks
@KnowledgeCenter
@KnowledgeCenter 4 жыл бұрын
Welcome
@JamesHalpert8555
@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; } }
Top 7 Algorithms for Coding Interviews Explained SIMPLY
21:22
Codebagel
Рет қаралды 456 М.
Graph Algorithms for Technical Interviews - Full Course
2:12:19
freeCodeCamp.org
Рет қаралды 1,2 МЛН
It’s all not real
00:15
V.A. show / Магика
Рет қаралды 20 МЛН
黑天使被操控了#short #angel #clown
00:40
Super Beauty team
Рет қаралды 60 МЛН
BAYGUYSTAN | 1 СЕРИЯ | bayGUYS
37:51
bayGUYS
Рет қаралды 1,7 МЛН
LeetCode #91: Decode Ways | Facebook Coding Interview
13:16
Knowledge Center
Рет қаралды 20 М.
Clone Graph - Depth First Search - Leetcode 133
11:48
NeetCode
Рет қаралды 235 М.
Medium Google Coding Interview With Ben Awad
51:27
Clément Mihailescu
Рет қаралды 1,3 МЛН
Whiteboard Coding Interviews: 6 Steps to Solve Any Problem
15:18
Fullstack Academy
Рет қаралды 380 М.
Top 5 Most Common Graph Algorithms for Coding Interviews
13:01
How To Prepare For Coding Interviews Efficiently
10:45
Conner Ardman
Рет қаралды 72 М.
Algorithms Explained for Beginners - How I Wish I Was Taught
17:38
Internet Made Coder
Рет қаралды 375 М.
It’s all not real
00:15
V.A. show / Магика
Рет қаралды 20 МЛН