ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

41 results

OneProblemADay VODs
LeetCode 272 | Weekly Challenge | 2025.07.29 | Java | no talking

Closest Binary Search Tree Value II Problem: https://leetcode.com/problems/closest-binary-search-tree-value-ii/ #leetcode ...

2:05
LeetCode 272 | Weekly Challenge | 2025.07.29 | Java | no talking

6 views

4 months ago

OneProblemADay VODs
LeetCode 426 | Weekly Challenge | 2025.06.29 | Java | no talking

Solve the LeetCode's weekly premium question: 426. Convert Binary Search Tree to Sorted Doubly Linked List Problem: ...

1:29
LeetCode 426 | Weekly Challenge | 2025.06.29 | Java | no talking

2 views

5 months ago

Shubham Aher
Binary Tree Inorder Traversal | LeetCode Solution | Top DSA Problem for FAANG Interview Prep

In this video, we solve the Binary Tree Inorder Traversal problem — one of the most important LeetCode Easy questions and a ...

9:12
Binary Tree Inorder Traversal | LeetCode Solution | Top DSA Problem for FAANG Interview Prep

58 views

2 months ago

Shubham Aher
Invert Binary Tree | LeetCode Solution Explained | Top DSA Problem for FAANG & Interview Prep

... binary tree leetcode solution, invert binary tree java python c++, binary tree problems dsa interview #dsa #coding #leetcode.

6:08
Invert Binary Tree | LeetCode Solution Explained | Top DSA Problem for FAANG & Interview Prep

71 views

3 months ago

Rajat Batra
Preorder Traversal of Binary Tree | C++ | Code Explanation | Interview Ready

Problem Link: https://leetcode.com/problems/binary-tree-preorder-traversal/description/ Code: ...

6:27
Preorder Traversal of Binary Tree | C++ | Code Explanation | Interview Ready

172 views

3 years ago

Doctor Lai
Day 484 - Teaching Kids Programming - Closest Leaf in Binary Tree (Breadth/Depth First Search Graph)

Post: https://helloacm.com/teaching-kids-programming-closest-leaf-in-a-binary-tree-breadth-depth-first-search-in-graph/ If you like ...

18:58
Day 484 - Teaching Kids Programming - Closest Leaf in Binary Tree (Breadth/Depth First Search Graph)

179 views

3 years ago

Programming Live with Larry
Daily Leetcode #808: Jun 17, 2022 - 968. Binary Tree Cameras

Larry solves and analyzes this Leetcode problem as both an interviewer and an interviewee. This is a live recording of a real ...

30:48
Daily Leetcode #808: Jun 17, 2022 - 968. Binary Tree Cameras

617 views

3 years ago

Jasmeen Kaur
EP 12 | 2 Hour DSA Study With Me 👩‍💻 | Binary Tree Traversals | LeetCode + Interview Prep + 2 Ques

Welcome to Day 12 of my DSA journey 🚀 In this video, I explain two important Binary Tree traversal techniques that are ...

5:16
EP 12 | 2 Hour DSA Study With Me 👩‍💻 | Binary Tree Traversals | LeetCode + Interview Prep + 2 Ques

419 views

2 days ago

Jasmeen Kaur
EP 11 | 2 Hour DSA Study With Me 👩‍💻 | Binary Tree Traversals | LeetCode + Interview Prep + 2 Ques

Vertical & Boundary Traversal | LeetCode + Interview Prep | 2 Questions Welcome to Episode 11 of my DSA Study With Me series ...

4:47
EP 11 | 2 Hour DSA Study With Me 👩‍💻 | Binary Tree Traversals | LeetCode + Interview Prep + 2 Ques

547 views

4 days ago

Shubham Aher
Binary Tree Preorder Traversal | LeetCode Solution Explained | Top DSA Problem for FAANG Interviews

In this video, we solve the Binary Tree Preorder Traversal problem — a fundamental DSA question and one of the most important ...

8:39
Binary Tree Preorder Traversal | LeetCode Solution Explained | Top DSA Problem for FAANG Interviews

61 views

3 months ago

Doctor Lai
Day 447 - Teaching Kids Programming - Tree Detection via Depth First Search Algorithm (Recursion)

Post: ...

9:39
Day 447 - Teaching Kids Programming - Tree Detection via Depth First Search Algorithm (Recursion)

37 views

3 years ago

Shubham Aher
Binary Tree Postorder Traversal | LeetCode Solution Explained | Top DSA Problem for FAANG Interviews

In this video, we solve the Binary Tree Postorder Traversal problem — a very important LeetCode Easy/Medium question and one ...

9:31
Binary Tree Postorder Traversal | LeetCode Solution Explained | Top DSA Problem for FAANG Interviews

42 views

2 months ago

For CS
Why Binary search is better than Ternary search ? | Searching algorithms

Why Binary search is better than Ternary search ? | Searching Algorithms From the first look, it seems the ternary search does less ...

21:16
Why Binary search is better than Ternary search ? | Searching algorithms

218 views

2 years ago

Doctor Lai
Day 450 - Teaching Kids Programming - Kth Smallest Element in a BST via Recursive Inorder Traversal

Post: https://helloacm.com/teaching-kids-programming-kth-smallest-element-in-a-bst-via-recursive-inorder-traversal-algorithm/ If ...

14:41
Day 450 - Teaching Kids Programming - Kth Smallest Element in a BST via Recursive Inorder Traversal

52 views

3 years ago

Doctor Lai
Day 474 - Teaching Kids Programming - BFS to Find Corresponding Node of Binary Tree in the Clone

Post: ...

10:48
Day 474 - Teaching Kids Programming - BFS to Find Corresponding Node of Binary Tree in the Clone

183 views

3 years ago

Jasmeen Kaur
EP 07 | 2 Hour DSA Study With Me 👩‍💻 | LeetCode + Interview Prep + 3 Questions Solved

Day 7 of my Coding Journey 🚀 In today’s video, I solve three of the most important Binary Tree interview problems that are ...

4:18
EP 07 | 2 Hour DSA Study With Me 👩‍💻 | LeetCode + Interview Prep + 3 Questions Solved

571 views

8 days ago

Shubham Aher
Good Nodes in Binary Tree | LeetCode Explained with Code | Top DSA Problem for FAANG Interviews

In this video, we solve the Good Nodes in Binary Tree problem — a frequently asked DSA question in coding interviews at top ...

9:09
Good Nodes in Binary Tree | LeetCode Explained with Code | Top DSA Problem for FAANG Interviews

89 views

3 months ago

Doctor Lai
Day 451 - Teaching Kids Programming - Kth Smallest Element in a BST via Recursive Counting Algorithm

Post: https://helloacm.com/teaching-kids-programming-kth-smallest-element-in-a-bst-via-recursive-counting-algorithm/ If you like ...

11:15
Day 451 - Teaching Kids Programming - Kth Smallest Element in a BST via Recursive Counting Algorithm

38 views

3 years ago

Doctor Lai
Day 337 - Teaching Kids Programming - Maximum Depth of N-ary Tree via DFS and BFS Algorithm

Post: ...

18:55
Day 337 - Teaching Kids Programming - Maximum Depth of N-ary Tree via DFS and BFS Algorithm

70 views

4 years ago

Doctor Lai
Day 364 - Teaching Kids Programming - Shortest Path by Iterative Deepening Search (IDS), DFS or BFS

Post: ...

27:28
Day 364 - Teaching Kids Programming - Shortest Path by Iterative Deepening Search (IDS), DFS or BFS

162 views

4 years ago

Doctor Lai
Day 216 - Teaching Kids Programming - Recursive DFS Algorithm to Check If Two Binary Trees are Same

Post: ...

8:41
Day 216 - Teaching Kids Programming - Recursive DFS Algorithm to Check If Two Binary Trees are Same

28 views

4 years ago

Debug With Shubham
Accenture Coding Round August 2024 | Actual Problems Solved in C++,Java & Python |Step-by-Step part3

... #dsa #leetcodesolutions #backtracking #binarysearch #maxheaps #priorityqueue #graphs #binarysearchtree #binarysearch ...

17:43
Accenture Coding Round August 2024 | Actual Problems Solved in C++,Java & Python |Step-by-Step part3

715 views

1 year ago

Doctor Lai
Day 490 - Teaching Kids Programming - Count Nodes Equal to Average of Subtree via Recursive DFS

Post: ...

8:59
Day 490 - Teaching Kids Programming - Count Nodes Equal to Average of Subtree via Recursive DFS

62 views

3 years ago

Artur Bomtempo | Dev
ENTENDENDO A ÁRVORE BINÁRIA DE BUSCA | Aula 01 - Introdução

Nesta aula introdutória, vamos explorar a estrutura de dados Árvore Binária de Busca (ABB), uma das mais importantes na área ...

24:32
ENTENDENDO A ÁRVORE BINÁRIA DE BUSCA | Aula 01 - Introdução

212 views

6 months ago

MagentaCobra
Solutions for Codeforces Round 723 (A, B, C1/2, D)

https://codeforces.com/contest/1526 Hope you all find this useful :D Also let me know what style is preferred (this or whiteboard) ...

28:22
Solutions for Codeforces Round 723 (A, B, C1/2, D)

908 views

4 years ago