ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

237 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

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

11 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

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

6 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

57 views

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

6 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,101 views

3 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

5 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

9 views

2 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

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

6 days ago

state space
Why you can't sort faster than O(n log n)

Why is it that Merge Sort, Heap Sort, and Quick Sort all seem to hit the same speed limit? Is it just a coincidence, or is there a ...

4:44
Why you can't sort faster than O(n log n)

367 views

6 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)

9 views

5 days ago

Pattern Mastery
[Python] Find Median from Data Stream - Leetcode 295 -- Illustrated! | Pattern Mastery

Find Median from Data Stream - Leetcode 295 - Illustrated! - FAANG - Heap - Python (Pattern Mastery) #PatternMastery ...

9:57
[Python] Find Median from Data Stream - Leetcode 295 -- Illustrated! | Pattern Mastery

1 view

3 weeks ago

CTO Bhaiya
Day 39/90 |⚡Heaps Pattern Explained (Theory + Intuition + Templates) - Part 1| DSA Pattern #6 #heap

... heap Two heaps pattern Median of stream Sliding window median Heap interview questions Heap data structure Min heap max ...

1:08:32
Day 39/90 |⚡Heaps Pattern Explained (Theory + Intuition + Templates) - Part 1| DSA Pattern #6 #heap

754 views

3 days ago

CodeStrat
Heap - Kth Smallest Element in an Array
7:16
Heap - Kth Smallest Element in an Array

3 views

3 weeks ago

CWBH
Mastering Max Heaps: Efficiency in Priority Queues

Data Structures mein 'Max Heap' ek powerful concept hai. Yeh ek complete binary tree hota hai jahan parent node ki value ...

25:35
Mastering Max Heaps: Efficiency in Priority Queues

20 views

2 weeks ago

RahnamaDev - Tech, Life, and Beyond
Complete Data Structures Tutorial | with Python | Interview Preparation 2026 | Part 1

Master Data Structures for Your Coding Interviews - Complete Python Tutorial Welcome to @RahnamaDev! In this comprehensive ...

26:26
Complete Data Structures Tutorial | with Python | Interview Preparation 2026 | Part 1

29 views

13 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

8 days ago

AI Guy | Average IT Guy
Heap Data Structure from Beginning 🔥 | Heap Basics in Hindi| DSA

Is video mein hum Heap Data Structure ko bilkul basic se samjhenge — agar aap DSA beginner ho ya confused ho heap kya hota ...

36:47
Heap Data Structure from Beginning 🔥 | Heap Basics in Hindi| DSA

24 views

2 weeks ago