ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

450 results

CodeWithSpandan
Queue in Java - Full Code Implementation from Scratch | Custom Queue Explained

In this video, I implement a Queue data structure in Java completely from scratch using code. No built-in Queue classes, ...

12:57
Queue in Java - Full Code Implementation from Scratch | Custom Queue Explained

23 views

7 days ago

Mind2Machine
Stack & Queue in Java Collections | offer vs add | peek vs element | pop vs poll #3

In this video, I explained Stack and Queue in Java Collection Framework with full clarity. ✓ Topics Covered: How to create ...

10:12
Stack & Queue in Java Collections | offer vs add | peek vs element | pop vs poll #3

11 views

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

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

3 views

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

waedahmad
queue
7:23
queue

3 views

3 weeks ago

KumarsLogic
Master Stacks & Queues in Java | Logic, Code & Interview Prep

Confused by LIFO vs. FIFO? Wondering why Array Queues waste space? In this video, we break down the two most critical data ...

7:03
Master Stacks & Queues in Java | Logic, Code & Interview Prep

6 views

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

CalmStackDev
Quiz-171 | Non-blocking FIFO concurrent queue? | #shorts #java #quiz

Test your Java skills in 30–40 seconds. Each Short is a quick multiple-choice Java quiz with 4 options, a 5→1 countdown, then an ...

0:21
Quiz-171 | Non-blocking FIFO concurrent queue? | #shorts #java #quiz

0 views

22 hours ago

CodeKarYaar
DSA Queue - Interview topic 👨🏻‍💻#interview #dsa #java #code #programming #interviewquestions
0:08
DSA Queue - Interview topic 👨🏻‍💻#interview #dsa #java #code #programming #interviewquestions

2 views

13 days ago

DSA Unlocked
GFG -Interleave First Half of Queue | GFG Medium | Queue Interview Question (Java) #problemoftheday

Problem Link - https://www.geeksforgeeks.org/problems/interleave-the-first-half-of-the-queue-with-second-half/1 In this video, we ...

2:48
GFG -Interleave First Half of Queue | GFG Medium | Queue Interview Question (Java) #problemoftheday

13 views

3 weeks ago

ICPC ACM USICT
DSA Bootcamp | Session - 03 | Linked List, Stack, Queue

In this session, we explore three fundamental data structures that form the backbone of many coding interview problems: Linked ...

45:45
DSA Bootcamp | Session - 03 | Linked List, Stack, Queue

2 views

12 days ago

Hello Interview - SWE Interview Preparation
Concurrency in Low-level Design Interviews w/ Staff Engineer

Concurrency questions trip up a lot of candidates because they don't know what to look for. In this video, I'll give you a framework ...

22:31
Concurrency in Low-level Design Interviews w/ Staff Engineer

53,512 views

3 weeks ago

Eye Of A Hero
Introduction to Collections in Java

In this video I introduce the **Java Collections Framework** and explain the collection hierarchy in a simple, visual way. We walk ...

5:59
Introduction to Collections in Java

12 views

2 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

34 views

8 days ago

BrightCode
Queue Implementation using linked list
23:21
Queue Implementation using linked list

7 views

12 days ago

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

0 views

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

Code Kage
LeetCode 3829 | Design Ride Sharing System | Queue Based Design | Java

In this video, we solve LeetCode 3829 – Design Ride Sharing System step by step using a simple queue-based approach. The ...

5:03
LeetCode 3829 | Design Ride Sharing System | Queue Based Design | Java

62 views

3 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

Your Coding Buddy
MOST IMP CODING QUESTION: Implementing Queue By Using Two Stacks in Java #dsa #interview #placement
5:14
MOST IMP CODING QUESTION: Implementing Queue By Using Two Stacks in Java #dsa #interview #placement

18 views

2 weeks ago

Durga Software Solutions
Become an Expert in Java Data Structures Today

Want to master Java Data Structures in a simple and practical way? In this video, you will clearly understand what data structures ...

6:22
Become an Expert in Java Data Structures Today

23 views

6 days ago

ultimatesenior4u
Multilevel Queue vs. Multilevel Feedback Queue CPU Scheduling Explained| OS | MLQ Vs MLFQ |Learn now

Master Efficient Algorithms & Data Structures! In this video, we dive deep into three powerful techniques essential for competitive ...

7:11
Multilevel Queue vs. Multilevel Feedback Queue CPU Scheduling Explained| OS | MLQ Vs MLFQ |Learn now

26 views

3 weeks ago

Nikhil Lohia
Serialize and Deserialize a Binary Tree (LeetCode 297) | Interview Essential | Queues

Super helpful resources: https://nikoo28.github.io/all-my-links/ Actual Problem: ...

19:09
Serialize and Deserialize a Binary Tree (LeetCode 297) | Interview Essential | Queues

290 views

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

1 month ago