ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

71 results

Nathan Joslin
Priority Queues: Code Trace
4:46
Priority Queues: Code Trace

0 views

9 days ago

Eye Of A Hero
Collections Queues:   LinkedList vs. PriorityQueue

In this video we explore the **Queue interface** in the Java Collections Framework and learn how Java handles **FIFO (First-In, ...

12:37
Collections Queues: LinkedList vs. PriorityQueue

2 views

2 weeks ago

Java Guides and Ramesh Fadatare - AI & Tech
Java Collections Interview Questions and Answers for Beginners to Experienced [2026 Edition]

(16:38) What is a PriorityQueue, and how does it work? (17:36) What is a WeakHashMap, and when should you use it? (18:13) ...

20:50
Java Collections Interview Questions and Answers for Beginners to Experienced [2026 Edition]

996 views

3 weeks ago

RuchiCodes
Queue Interface in Java 🔥 | FIFO | PriorityQueue | Deque | ArrayDeque (Complete Guide)

In this video, we have explained QUEUE Interface in Java in a very simple and beginner-friendly way. Java Complete Source ...

12:29
Queue Interface in Java 🔥 | FIFO | PriorityQueue | Deque | ArrayDeque (Complete Guide)

231 views

3 weeks ago

Web Fusion with Bharadwaj
128. Greedy With PriorityQueue Algorithm (Java)

Welcome to Code-with-Bharadwaj! Hi there! I'm Manu, and I'm excited to help you level up your coding skills.

13:02
128. Greedy With PriorityQueue Algorithm (Java)

53 views

3 weeks ago

Mind2Machine
PriorityQueue & ArrayDeque in Java | Collection Framework EP-4 | All Operations with Example

In this video, I have explained PriorityQueue and ArrayDeque in Java with complete coding in VS Code. I have covered all ...

13:01
PriorityQueue & ArrayDeque in Java | Collection Framework EP-4 | All Operations with Example

9 views

9 days ago

Mahesh Ahirwar
Reorganize String | Greedy + Max Heap | DSA Interview Problem

In this video, we solve the Reorganize String problem using a Greedy strategy with Max Heap (Priority Queue) to ensure that no ...

7:34
Reorganize String | Greedy + Max Heap | DSA Interview Problem

33 views

4 weeks ago

VikhramGuide
Find the Kth largest element (Priority Queue)

Kth largest element.

5:49
Find the Kth largest element (Priority Queue)

1 view

3 weeks ago

tenxbackend
Design Notification System | Priority based notification processing | machine coding round

This video is the final part of the Notification System Low-Level Design (LLD) series, where the focus shifts to implementing ...

13:19
Design Notification System | Priority based notification processing | machine coding round

100 views

4 weeks ago

Eye Of A Hero
Java Sorting Finally Explained Comparable vs Comparator Made Simple

... Comparator • Sorting Lists with Collections.sort() • How TreeSet, TreeMap, and PriorityQueue rely on comparisons If you've ever ...

16:21
Java Sorting Finally Explained Comparable vs Comparator Made Simple

8 views

2 weeks ago

Divya Explains - Code & Consciousness
24.  Microsoft Task Scheduler Explained in 20 Minutes | DLL + Priority Queue (Interview Problem)

In this video, I break down a real Microsoft interview problem (2025) on Task Scheduling using Doubly Linked List + Priority ...

9:50
24. Microsoft Task Scheduler Explained in 20 Minutes | DLL + Priority Queue (Interview Problem)

4 views

11 days ago

College Eduventures
Mastering Java Queues | Java | Interview Preparation | College Eduventures

Mastering Java Queues | Java | Interview Preparation | College Eduventures In this video, we dive deep into Java Queue ...

6:51
Mastering Java Queues | Java | Interview Preparation | College Eduventures

6 views

1 day ago

Bongani Nkhensani
SCOA021 Java collection Framework
54:43
SCOA021 Java collection Framework

15 views

2 days ago

CTO Bhaiya
Day 47/90 |⚡Task Scheduler Explained | Max Heap + Cooldown Queue (LeetCode 621) | GFG #6 #heap

Telegram Channel : https://t.me/ctobhaiya_tg Instagram: https://www.instagram.com/ctobhaiya Linkedin: ...

48:26
Day 47/90 |⚡Task Scheduler Explained | Max Heap + Cooldown Queue (LeetCode 621) | GFG #6 #heap

813 views

2 weeks ago

CTO Bhaiya
Day 43/90 |⚡How to Think Your Way from O(n²) to O(n log n) | LeetCode 1942 | DSA Pattern #6 #heap

... with heaps leetcode heap solution java priorityqueue dsa interview questions coding interview preparation faang dsa algorithm ...

1:00:49
Day 43/90 |⚡How to Think Your Way from O(n²) to O(n log n) | LeetCode 1942 | DSA Pattern #6 #heap

841 views

4 weeks ago

The Learning Guy
class 74th 15 12 23
1:20:01
class 74th 15 12 23

0 views

13 days ago

Ashwani gupta
Java Collections Framework Explained  List, Set, Map, Queue with Examples

In this video, we explain the Java Collections Framework in detail with clear examples. Topics Covered: - Iterable and Collection ...

19:40
Java Collections Framework Explained List, Set, Map, Queue with Examples

8 views

1 day ago

Developer Coder
Minimum Cost Path with Edge Reversals | LeetCode 3650 | Dijkstra | Java Code | Developer Coder

... Graph DSA LeetCode Dijkstra Problems Path Optimization Problems Cost Based Graph Traversal Priority Queue Dijkstra Java ...

31:34
Minimum Cost Path with Edge Reversals | LeetCode 3650 | Dijkstra | Java Code | Developer Coder

182 views

4 weeks ago

Programming Classes
Lecture 92 - Java Queue Interface with Examples (Collections) | Programming Classes | Mukesh Sir

Welcome to Programming Classes! Java Tutorial #92 - Java Queue Interface with Examples (Collections) In this video by ...

18:22
Lecture 92 - Java Queue Interface with Examples (Collections) | Programming Classes | Mukesh Sir

33 views

8 days ago

CTO Bhaiya
Day 45/90 |⚡436. Find Right Interval Explained | Brute Force to Heaps (LeetCode 436) #6 #heap

Hashtags: #LeetCode436 #FindRightInterval #DataStructuresAndAlgorithms #HeapDataStructure #PriorityQueue #TwoHeaps ...

42:26
Day 45/90 |⚡436. Find Right Interval Explained | Brute Force to Heaps (LeetCode 436) #6 #heap

503 views

3 weeks ago

Padho with Pratyush
HEAP On Pairs Explained in One Shot | CPP JAVA PYTHON | DSA Patterns

Please watch the earlier two heap videos also People coming for first time https://www.youtube.com/watch?v=ks-aCN8dzv0 DSA ...

51:31
HEAP On Pairs Explained in One Shot | CPP JAVA PYTHON | DSA Patterns

2,808 views

4 weeks ago

ujjwal painuly edit
Prim’s Algorithm in Java | Minimum Spanning Tree (MST)

In this video, we implement Prim's Algorithm to find the Minimum Spanning Tree (MST) using Java. Simple logic, clean code, and ...

13:00
Prim’s Algorithm in Java | Minimum Spanning Tree (MST)

2 views

3 weeks ago

Shikhar Chaudhary
Maximum Number of Events that can be Attended | HFT interview | Min Heap

In this video we will be solving a popular coding interview questions asked at high frequency trading companies, Maximum ...

23:36
Maximum Number of Events that can be Attended | HFT interview | Min Heap

26 views

2 weeks ago

FunAndJocks
What I Learn today.

I learn about stack, queue, array's limitation on data structure and algorithms and the linkedList.

1:09:52
What I Learn today.

3 views

Streamed 3 weeks ago

ujjwal painuly edit
Competitive Programming | DSA | Graph Algorithms | Java | FAANG Preparation

... FAANG-level problem-solving mindset ✓ Graph modeling using Adjacency List ✓ Efficient use of PriorityQueue in Java ✓ DFS ...

10:46
Competitive Programming | DSA | Graph Algorithms | Java | FAANG Preparation

6 views

3 weeks ago