ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

208 results

CodeByTushu
LeetCode 3286 | Find a Safe Walk Through a Grid | Java  | Dijkstra + Priority Queue | CodeByTushu

Welcome Back to CodeByTushu! In today's video we solve: LeetCode 3286 — Find a Safe Walk Through a Grid This problem is ...

11:51
LeetCode 3286 | Find a Safe Walk Through a Grid | Java | Dijkstra + Priority Queue | CodeByTushu

30 views

2 weeks ago

Daily Coding Engineer
One Priority Queue Trick Every DSA Student Should Know #dsa #minheap #dailycoding #interviewprep

In this video, we'll solve the classic Minimum Cost of Ropes problem using the Greedy Algorithm and Priority Queue (Min Heap).

12:19
One Priority Queue Trick Every DSA Student Should Know #dsa #minheap #dailycoding #interviewprep

13 views

3 weeks ago

techiCAT
Priority Queue Explained | The Data Structure Behind 15+ LeetCode Patterns

Priority Queues are one of the most powerful data structures in coding interviews and LeetCode. From Top K Elements to ...

5:28
Priority Queue Explained | The Data Structure Behind 15+ LeetCode Patterns

19 views

1 month ago

Daily Coding Engineer
🔥 LeetCode 1046 | Last Stone Weight | Heap (Priority Queue) Explained | Java DSA #dsa #leetcode

In this video, we solve LeetCode 1046 - Last Stone Weight using the Heap (Priority Queue) data structure in Java. You'll learn: ...

15:55
🔥 LeetCode 1046 | Last Stone Weight | Heap (Priority Queue) Explained | Java DSA #dsa #leetcode

32 views

3 weeks ago

Footgun
Priority Queue From Scratch in Java — Binary Heap, O(log n), SDE-3 Design |  Heap Internals

PriorityQueue #BinaryHeap #Java #DataStructures #SystemDesign #CodingInterview #SDE3 #Heap #DSA #FootgunCode ...

30:27
Priority Queue From Scratch in Java — Binary Heap, O(log n), SDE-3 Design | Heap Internals

14 views

13 days ago

Board Infinity
Heaps in Data Structure | Max Heap, Min Heap & Priority Queue | DSA Series Part 9

In Part 9 of our DSA Series, we cover Heaps - the data structure that powers priority-based systems like hospital triage, OS ...

10:51
Heaps in Data Structure | Max Heap, Min Heap & Priority Queue | DSA Series Part 9

11 views

2 weeks ago

Code With Nethaji
Heap & Priority Queue in DSA Explained Simply 🔥 | Min Heap, Max Heap | Java

In this beginner-friendly video, you'll learn: ✓ What is Heap? ✓ Why Heap is called a Tree-Based Data Structure ✓ Min Heap ...

5:37
Heap & Priority Queue in DSA Explained Simply 🔥 | Min Heap, Max Heap | Java

6 views

3 weeks ago

Java for Beginners with Prajna
PriorityQueue in Java Explained | Internal Working, Min Heap & Interview Questions

This video helps to understand priorityqueue in java and internal working of it.

4:16
PriorityQueue in Java Explained | Internal Working, Min Heap & Interview Questions

13 views

3 weeks ago

Leetverse
Heap |   Priority Queue

In this lecture, we explore Heap & Priority Queue, two essential data structures widely used in competitive programming, coding ...

36:01
Heap | Priority Queue

7 views

3 weeks ago

Java AI Academy
Java Collections Interview | How ArrayDeque, Deque & PriorityQueue Work | Part 2

In Part 2 of the Java Collections Interview series, we go deep into Queue-based data structures — a favourite topic for 3–5 year ...

13:10
Java Collections Interview | How ArrayDeque, Deque & PriorityQueue Work | Part 2

13 views

1 month ago

codingchannel
Queue and Priority Queue Explained Easily | DSA Tutorial for Beginners + Coding Examples

Topics Covered: - Queue in Data Structures - Priority Queue using Heap - FIFO Concept - Deque (Double Ended Queue) - Time ...

8:35
Queue and Priority Queue Explained Easily | DSA Tutorial for Beginners + Coding Examples

15 views

13 days ago

Daily Coding Engineer
🔥 Merge Two Sorted Lists | Min Heap vs Optimal O(n+m) Solution | Java DSA

In this video, we solve the popular Linked List interview problem: Merge Two Sorted Lists using two different approaches: ✓ Min ...

23:07
🔥 Merge Two Sorted Lists | Min Heap vs Optimal O(n+m) Solution | Java DSA

15 views

3 weeks ago

senacademia
28. Priority Queue pada Pemrograman Java

Belajar Priority Queue di Java dari NOL sampai PAHAM! Di video ini kita akan membahas struktur data Priority Queue ...

1:16:47
28. Priority Queue pada Pemrograman Java

1 view

3 weeks ago

LetsDoSomeCoding
Meeting Rooms II Explained | Heap (Priority Queue) Solution | Java | NeetCode 150

In this video, we solve the popular Meeting Rooms II problem from NeetCode 150 using a Min Heap (Priority Queue) approach.

9:02
Meeting Rooms II Explained | Heap (Priority Queue) Solution | Java | NeetCode 150

12 views

4 weeks ago

Java for Beginners with Prajna
Queue Interface in Java Explained | FIFO Data Structure with Examples

This video helps to understand queue interface in java collection.

4:05
Queue Interface in Java Explained | FIFO Data Structure with Examples

14 views

4 weeks ago

Medha Singh
LeetCode 3286 | Find a Safe Walk Through a Grid | Modified Dijkastra | Max Heap | Priority Queue

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 ...

4:20
LeetCode 3286 | Find a Safe Walk Through a Grid | Modified Dijkastra | Max Heap | Priority Queue

11 views

2 weeks ago

Code Clarity DSA
The Array Trick Behind Heaps | No Pointers, O(log n) Operations

A complete, beginner-friendly guide to binary heaps and priority queues — with Java + Python. Clear step-by-step animation ...

7:39
The Array Trick Behind Heaps | No Pointers, O(log n) Operations

43 views

1 month ago

Spring Java Lab
Java Collections Framework Explained | ArrayList, HashMap, HashSet, Queue & Map | Java Interview

Master the Java Collections Framework in this complete beginner-to-intermediate guide!** In this video, you'll learn the **Java ...

21:32
Java Collections Framework Explained | ArrayList, HashMap, HashSet, Queue & Map | Java Interview

6 views

8 days ago

codingchannel
Heap in DSA

Welcome to our channel dedicated to mastering **Heap Data Structure (DSA)**! In this channel, you will learn everything about ...

8:01
Heap in DSA

11 views

2 weeks ago

Leetverse
LeetCode 621 | Task Scheduler

In this problem, we solve LeetCode 621 – Task Scheduler, a popular Heap & Greedy problem that focuses on scheduling tasks ...

35:29
LeetCode 621 | Task Scheduler

18 views

2 weeks ago