ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

36 results

DSA Code Club
1 Binary Search - Leetcode 69 Sqrt(x) - Java

Problem: Given a non-negative integer x, return the square root of x rounded down to the nearest integer. The returned integer ...

13:47
1 Binary Search - Leetcode 69 Sqrt(x) - Java

30 views

2 years ago

DSA Code Club
5 Binary Search   Leetcode 162 - Find Peak Element | Java
17:15
5 Binary Search Leetcode 162 - Find Peak Element | Java

18 views

2 years ago

DSA Code Club
4 Binary Search | Leetcode 278 - First Bad Version | Java

Problem: You are a product manager and currently leading a team to develop a new product. Unfortunately, the latest version of ...

12:09
4 Binary Search | Leetcode 278 - First Bad Version | Java

22 views

2 years ago

DSA Code Club
2 Binary Search   Leetcode 374   Java

Problem Statement: We are playing the Guess Game. The game is as follows: I pick a number from 1 to n. You have to guess ...

8:17
2 Binary Search Leetcode 374 Java

14 views

2 years ago

Priyanshu Sharma
Day 6 & 7 | Binary Search on Answers | Priyanshu Sharma

Day 6 and 7 of my coding journey! I continued practicing Binary Search on Answers and solved more problems to strengthen ...

4:20
Day 6 & 7 | Binary Search on Answers | Priyanshu Sharma

21 views

3 months ago

Shubham Aher
Find Minimum in Rotated Sorted Array | Binary Search DSA Problem Explained with Code & Logic

Learn how to solve one of the most asked binary search problems in coding interviews! In this video, we solve the classic “Find ...

7:03
Find Minimum in Rotated Sorted Array | Binary Search DSA Problem Explained with Code & Logic

232 views

4 months ago

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

In this video, we solve the famous Invert Binary Tree problem — a classic LeetCode Easy challenge and one of the most important ...

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

71 views

3 months ago

Code & Complexity
First and Last Position of Element in Sorted Array | Amazon | What? | How? | TC? | SC?

In this video, we dive into a commonly asked coding interview question: how to find the **first and last occurrence** of a given ...

16:21
First and Last Position of Element in Sorted Array | Amazon | What? | How? | TC? | SC?

770 views

8 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

173 views

3 years 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

569 views

13 days 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

624 views

12 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

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

3 months 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

3 months 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

587 views

2 weeks 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 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

Code & Complexity
Position of an Element in Infinite Sorted Array | What it is? | How to Solve? | TC? | SC?

To solve the problem of finding an element in an infinite sorted array, I used an optimized approach based on binary search.

13:40
Position of an Element in Infinite Sorted Array | What it is? | How to Solve? | TC? | SC?

340 views

8 months 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

Code & Complexity
Find Peak Index in Mountain Array | What is Mountain Array ? | How? | TC? | SC?

You'll learn: What a mountain array is How to identify the peak index using an efficient binary search approach Step-by-step ...

10:37
Find Peak Index in Mountain Array | What is Mountain Array ? | How? | TC? | SC?

299 views

8 months ago