ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

12 results

Curious Varun
I Tried to Learn DSA in 48 Hours

I Tried to Learn DSA in 48 Hours I spent 48 hours straight grinding Data Structures and Algorithms (DSA) as a complete challenge ...

4:38
I Tried to Learn DSA in 48 Hours

748 views

4d ago

LindorCodes
The Math Trick That Solves Missing Number in O(1) Space

https://leetcode.com/problems/missing-number/ Skip the extra array and the hash set — this one's pure math. LindorCodes breaks ...

8:04
The Math Trick That Solves Missing Number in O(1) Space

16 views

5d ago

LindorCodes
LeetCode 3550 Explained: Digit Sum Equals Index (Python)

https://leetcode.com/problems/smallest-index-with-digit-sum-equal-to-index/ A Google interview question that looks simple until ...

11:20
LeetCode 3550 Explained: Digit Sum Equals Index (Python)

62 views

18h ago

Leetcode Daily
1658. Minimum Operations to Reduce X to Zero | Leetcode Daily - Python

In this video, we tackle LeetCode 1658 Minimum Operations to Reduce X to Zero. Instead of using a slow brute-force method from ...

6:57
1658. Minimum Operations to Reduce X to Zero | Leetcode Daily - Python

1,071 views

2d ago

LindorCodes
Graph BFS in Python: Find If Path Exists in Graph (LeetCode 1971)

https://leetcode.com/problems/find-if-path-exists-in-graph/ Graphs trip up more engineers in interviews than almost any other topic ...

17:59
Graph BFS in Python: Find If Path Exists in Graph (LeetCode 1971)

11 views

6d ago

Rahul IITD
Implement Trie (LeetCode 208): Insert, Search & StartsWith | Placement Masterclass

Preparing for upcoming College Campus Placements, Off-Campus Drives, or FAANG & Top Tech OAs (Google, Amazon, ...

4:20
Implement Trie (LeetCode 208): Insert, Search & StartsWith | Placement Masterclass

7 views

5d ago

LindorCodes
LeetCode 83 Solved: Remove Duplicates from Sorted List (Python)

https://leetcode.com/problems/remove-duplicates-from-sorted-list/ Pointers trip up more engineers than any other DSA topic — this ...

7:56
LeetCode 83 Solved: Remove Duplicates from Sorted List (Python)

20 views

4d ago

LindorCodes
LeetCode 671 Explained: Second Minimum Node in a Binary Tree (Python)

https://leetcode.com/problems/second-minimum-node-in-a-binary-tree/ Given a special binary tree, find the second minimum ...

18:14
LeetCode 671 Explained: Second Minimum Node in a Binary Tree (Python)

28 views

3d ago

Rahul IITD
Word Search II (LeetCode 212 Hard): The Ultimate Trie + Backtracking Interview Question

Preparing for upcoming College Campus Placements, Off-Campus Drives, or FAANG & Top Tech OAs (Google, Amazon, ...

4:49
Word Search II (LeetCode 212 Hard): The Ultimate Trie + Backtracking Interview Question

9 views

3d ago

Rahul IITD
Design Add and Search Words (LeetCode 211): Trie + Wildcard DFS for Amazon OAs

Preparing for upcoming College Campus Placements, Off-Campus Drives, or FAANG & Top Tech OAs (Google, Amazon, ...

4:08
Design Add and Search Words (LeetCode 211): Trie + Wildcard DFS for Amazon OAs

19 views

4d ago

LindorCodes
Recursion Visualized: Binary Tree Inorder Traversal Step by Step

https://leetcode.com/problems/binary-tree-inorder-traversal/ Recursion clicks when you actually see the call stack move. This is ...

14:16
Recursion Visualized: Binary Tree Inorder Traversal Step by Step

30 views

2d ago

LindorCodes
Leetcode 145: Binary Tree Postorder Traversal (Recursion + Call Stack Walkthrough)

https://leetcode.com/problems/binary-tree-postorder-traversal/ Postorder traversal isn't hard — until you have to trace the call stack ...

11:30
Leetcode 145: Binary Tree Postorder Traversal (Recursion + Call Stack Walkthrough)

18 views

1d ago