Upload date
All time
Last hour
Today
This week
This month
This year
Type
All
Video
Channel
Playlist
Movie
Duration
Short (< 4 minutes)
Medium (4-20 minutes)
Long (> 20 minutes)
Sort by
Relevance
Rating
View count
Features
HD
Subtitles/CC
Creative Commons
3D
Live
4K
360°
VR180
HDR
197 results
Welcome Back to CodeByTushu! In today's video we solve: LeetCode 3286 — Find a Safe Walk Through a Grid This problem is ...
26 views
6d ago
In this video, we'll solve the classic Minimum Cost of Ropes problem using the Greedy Algorithm and Priority Queue (Min Heap).
13 views
2w ago
Priority Queues are one of the most powerful data structures in coding interviews and LeetCode. From Top K Elements to ...
19 views
3w ago
In this video, we solve LeetCode 1046 - Last Stone Weight using the Heap (Priority Queue) data structure in Java. You'll learn: ...
31 views
Priority Queue: Definition, creation, use
27 views
In Part 9 of our DSA Series, we cover Heaps - the data structure that powers priority-based systems like hospital triage, OS ...
10 views
9d ago
PriorityQueue #BinaryHeap #Java #DataStructures #SystemDesign #CodingInterview #SDE3 #Heap #DSA #FootgunCode ...
6 views
5d ago
This video helps to understand priorityqueue in java and internal working of it.
In this beginner-friendly video, you'll learn: ✓ What is Heap? ✓ Why Heap is called a Tree-Based Data Structure ✓ Min Heap ...
Master the Java Queue and PriorityQueue! In this tutorial, we dive deep into the Queue Interface to learn how to efficiently process ...
44 views
1mo ago
In this lecture, we explore Heap & Priority Queue, two essential data structures widely used in competitive programming, coding ...
5 views
Topics Covered: - Queue in Data Structures - Priority Queue using Heap - FIFO Concept - Deque (Double Ended Queue) - Time ...
14 views
In this video, we solve the popular Linked List interview problem: Merge Two Sorted Lists using two different approaches: ✓ Min ...
15 views
A complete, beginner-friendly guide to binary heaps and priority queues — with Java + Python. Clear step-by-step animation ...
43 views
In Part 2 of the Java Collections Interview series, we go deep into Queue-based data structures — a favourite topic for 3–5 year ...
Belajar Priority Queue di Java dari NOL sampai PAHAM! Di video ini kita akan membahas struktur data Priority Queue ...
1 view
Welcome Back to CodeByTushu! In today's video we solve: LeetCode 3691 — Maximum Total Subarray Value II This problem ...
73 views
4w ago
A complete, beginner-friendly guide to stacks and queues — the two fundamental "restricted-access" linear structures. With clear ...
90 views
In this video, we solve the popular Meeting Rooms II problem from NeetCode 150 using a Min Heap (Priority Queue) approach.
12 views
Space : O(rows * cols) Time : O(rows * cols * log(rows * cols)) Question - You are given an m x n binary matrix grid and an integer ...