ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

245 results

AI Guy | Average IT Guy
Same Heap Code → 4 Interview Problems 🔥 | Top-K vs Kth Frequent

In this video, I show how ONE heap logic solves 4 different interview problems No extra tricks. No new code. Just heap type + ...

1:16:15
Same Heap Code → 4 Interview Problems 🔥 | Top-K vs Kth Frequent

0 views

2 weeks ago

Avey Dev
Heaps, Stacks, and Frames - Oh my!

Don't get confused about the Stack or the Heap! It's fairly straight forward and once you get it, you'll know where you should create ...

9:54
Heaps, Stacks, and Frames - Oh my!

343 views

13 days ago

LearnThatStack
Memory Explained  - Why Your Code Crashes (Stack vs Heap)

Ever passed a list to a function and it changed without you touching it? That's not a bug — that's how memory works. In this video, I ...

5:45
Memory Explained - Why Your Code Crashes (Stack vs Heap)

7,128 views

3 weeks ago

CodeLucky
Find Kth Largest Element using Min Heap (Efficient Approach) 🚀

Chapters: 00:00 - Kth Largest Element Using the Heap Data Structure 00:12 - What is the Problem? 00:36 - Approach 1: Sorting ...

4:06
Find Kth Largest Element using Min Heap (Efficient Approach) 🚀

0 views

7 days ago

CodeLucky
K Closest Points to Origin - LeetCode Pattern Explained

Learn how to solve the 'K Closest Points to Origin' problem efficiently using a Max Heap! In this video, we break down the ...

3:51
K Closest Points to Origin - LeetCode Pattern Explained

4 views

7 days ago

CodeLucky
Implement Max Heap Construction | Data Structures & Algorithms Tutorial

Learn how to implement a Max Heap from scratch! In this beginner-friendly tutorial, we break down the logic behind heap ...

4:20
Implement Max Heap Construction | Data Structures & Algorithms Tutorial

4 views

7 days ago

MY DATA LAB
Python Memory Model Explained | Stack, Heap, Objects | 8

In this video, we take a deep dive into the Python Memory Model to understand how Python stores variables, objects, and function ...

7:40
Python Memory Model Explained | Stack, Heap, Objects | 8

9 views

10 days ago

Praxilore
How Python Variables Really Work | Objects, Heap, Frames Explained

YouTube Description Many beginners believe that when we write a = 10, the value 10 is stored inside variable a. But in Python ...

11:26
How Python Variables Really Work | Objects, Heap, Frames Explained

59 views

2 weeks ago

Professor Basnet
Video - Python built-in data structures and collections library

built-in function such as zip - heapq, set - collections library and data structures - defaultdict, counter - Kattis problems that can be ...

6:47
Video - Python built-in data structures and collections library

2 views

7 days ago

GeeksforGeeks GATE
GATE 2026 | Data Structure with Python | PYQ's Series | DA | GATE PYQ

In this GATE 2026 Data Structures with Python PYQs Series, we solve and analyze GATE Previous Year Questions (PYQs) to help ...

1:33:38
GATE 2026 | Data Structure with Python | PYQ's Series | DA | GATE PYQ

1,366 views

Streamed 8 days ago

Professor Basnet
Video- Python Data Structures

list - dictionary - default dictionary - dataclass - named tuple - stack - queue - heapq - source notebook ...

7:42
Video- Python Data Structures

4 views

9 days ago

CodeLucky
Top K Frequent Elements: LeetCode Solution (Heap vs Sort)

Learn how to solve the Top K Frequent Elements problem efficiently using a Min-Heap! In this video, we break down the classic ...

3:22
Top K Frequent Elements: LeetCode Solution (Heap vs Sort)

10 views

7 days ago

Leetcode Unlocked
218. The Skyline Problem | Leetcode Unlocked - Python

Master LeetCode 218: The Skyline Problem! This video breaks down one of the most classic Hard-level coding interview ...

8:25
218. The Skyline Problem | Leetcode Unlocked - Python

38 views

3 weeks ago

vlogommentary
Why Does A* Behavior Differ When Using heapq vs. a Set for the Open Set?

Understand why A* search expands nodes differently when using Python's heapq priority queue compared to a set for the open ...

4:50
Why Does A* Behavior Differ When Using heapq vs. a Set for the Open Set?

2 views

13 days ago

Tim H
Maximum Product of Splitted Binary Tree - Leetcode 1339 - Python

Leectode 1339 - Maximum Product of Splitted Binary Tree Problem Link: ...

4:45
Maximum Product of Splitted Binary Tree - Leetcode 1339 - Python

174 views

12 days ago

TATHYAM
How Python Lists Are Stored in Memory | Python Internals Explained

Python #PythonProgramming #PythonLists #DataScience In this video, we dive deep into what really happens when you create a ...

23:01
How Python Lists Are Stored in Memory | Python Internals Explained

10 views

2 weeks ago

FullStack Tau
Do you even know Stack and how it works internally ?

In this video we take a look at the Stack, which sometimes is called Hardware Stack, Call Stack, Program Stack. A data structure ...

15:37
Do you even know Stack and how it works internally ?

86 views

2 weeks ago

CodeLucky
Meeting Rooms III - LeetCode 2402 - Priority Queue Solution Explained

... times This is a great problem for understanding simulation and heap data structures. Perfect for coding interview preparation!

3:40
Meeting Rooms III - LeetCode 2402 - Priority Queue Solution Explained

4 views

7 days ago

Leetcode Unlocked
215. Kth Largest Element in an Array | Leetcode Unlocked - Python

In this video, we tackle LeetCode 215: Kth Largest Element in an Array. While using a standard sort is the easy way out, top tech ...

9:04
215. Kth Largest Element in an Array | Leetcode Unlocked - Python

21 views

3 weeks ago

Professor Basnet
Podcast - Queue Abstract Data Structure (ADT) and applications in Python

what is a queue data structure? - how to implement queue ADT in Python - what are some real-world application of queue - whare ...

13:16
Podcast - Queue Abstract Data Structure (ADT) and applications in Python

2 views

7 days ago