ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

34 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

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

INDETAIL
CH -  4 QUEUE LESSON PART 1

Queue and Deque, Applications, Operations, Implementation.

13:38
CH - 4 QUEUE LESSON PART 1

29 views

3 days ago

Divya Explains - Code & Consciousness
23  Network Traffic Detection | Cisco Sliding Window Trick That BREAKS Brute Force | Deque

Ever wondered how real networks detect traffic spikes without crashing? In this video, I break down Sliding Window Maximum ...

14:08
23 Network Traffic Detection | Cisco Sliding Window Trick That BREAKS Brute Force | Deque

8 views

2 weeks ago

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

... remove() ✓ What is Deque in Java ✓ ArrayDeque implementation in Java ✓ Methods: addFirst(), addLast(), removeFirst(), ...

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

10 views

10 days ago

DSA Unlocked
✅ K Sized Subarray Maximum | GFG POTD | Sliding Window + Deque (O(N)) Python | #problemoftheday

GFG Problem of the Day (POTD) Problem Name: K Sized Subarray Maximum In this video, we solve the GeeksforGeeks POTD ...

4:52
✅ K Sized Subarray Maximum | GFG POTD | Sliding Window + Deque (O(N)) Python | #problemoftheday

16 views

3 weeks ago

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

... Java • FIFO principle and working mechanism • Queue interface methods (offer, poll, peek) • Difference between Queue, Deque, ...

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

10 views

2 days ago

Rajan Keshari ( CSE - IIT Dhanbad )
Leetcode Weekly Contest 488 || Q1, Q2, Q3, Q4 Solution Explained C++ || Deque, 3-D DP || Watch 2X 🚀

Leetcode Weekly Contest 488: https://leetcode.com/contest/weekly-contest-488/ Q1. 3833. Count Dominant Indices (Easy) ...

45:27
Leetcode Weekly Contest 488 || Q1, Q2, Q3, Q4 Solution Explained C++ || Deque, 3-D DP || Watch 2X 🚀

729 views

2 weeks ago

S PRAVEEN KUMAR
DATA STRUCTURES PART 2 - QUEUE, DEQUE, HASHMAP, HASHSET
21:45
DATA STRUCTURES PART 2 - QUEUE, DEQUE, HASHMAP, HASHSET

4 views

4 weeks ago

Rajan Keshari ( CSE - IIT Dhanbad )
Leetcode Weekly Contest 489 || Q1, Q2, Q3, Q4 || Trie, Deque, Sliding Window || C++ || Watch in 2X 🚀

Leetcode Weekly Contest 489: https://leetcode.com/contest/weekly-contest-489/ Q1. 3842 - Toggle Light Bulbs (Easy) ...

38:34
Leetcode Weekly Contest 489 || Q1, Q2, Q3, Q4 || Trie, Deque, Sliding Window || C++ || Watch in 2X 🚀

890 views

12 days ago

RuchiCodes
SET in Java | HashSet | LinkedHashSet | TreeSet (SortedSet Explained) | Beginners

In this video, we have explained SET in Java in a very simple and beginner-friendly way. Java Complete Source Code (Ruchi ...

15:19
SET in Java | HashSet | LinkedHashSet | TreeSet (SortedSet Explained) | Beginners

130 views

4 weeks ago

Gopo workspace
K Queues in One Array 🚀 GFG POTD Hard Problem | Data Structures Interview Question

Today's GeeksforGeeks Problem of the Day (GFG POTD) is a HARD Data Structures question that is frequently asked in coding ...

13:09
K Queues in One Array 🚀 GFG POTD Hard Problem | Data Structures Interview Question

207 views

3 weeks ago

CSE x Typhon | Exam • Jobs • Tech • AI
Stack vs Queue Confusion? 😱 LIFO FIFO + TOP/FRONT/REAR Clear!

Stack and Queue are two of the most important topics in Data Structure. Agar aap BCA, B.Tech, Diploma, Polytechnic, 11th-12th ...

22:42
Stack vs Queue Confusion? 😱 LIFO FIFO + TOP/FRONT/REAR Clear!

26 views

2 weeks ago

RuchiCodes
Vector & Stack in Java Explained | Legacy Classes | LIFO Concept | Collection Framework

In this video, we explain Vector and Stack in Java Collection Framework specially designed for beginners. Java Complete ...

7:41
Vector & Stack in Java Explained | Legacy Classes | LIFO Concept | Collection Framework

59 views

4 weeks ago

BroccoliCode
LeetCode 3835 – The Visual Guide | Sliding Window + Monotonic Deques Made Easy

Master LeetCode 3835 in O(n) Time! Learn the simple visual trick to solve “Count Subarrays With Cost ≤ K” using Sliding ...

8:49
LeetCode 3835 – The Visual Guide | Sliding Window + Monotonic Deques Made Easy

21 views

2 weeks ago

EppsNetSolutions
FAANG Interview Question: Evaluate Reverse Polish Notation (Stack Pattern)

What You'll Learn in This Video • The Stack Pattern: Why the Stack (or Deque in Java) is the perfect tool for evaluating arithmetic ...

9:01
FAANG Interview Question: Evaluate Reverse Polish Notation (Stack Pattern)

304 views

2 weeks ago

Confluent and 2 more
2026 Predictions: What's Next for Data Streaming and AI | Life Is But A Stream

AI isn't just evolving—it's reshaping who your customers are, how systems operate, and what real time really means.

1:10:36
2026 Predictions: What's Next for Data Streaming and AI | Life Is But A Stream

623 views

4 weeks ago

Evan Carmichael
3 Hours of Life Changing Insights for Your Personal Growth

Get free access to our vault of PDF summaries for every YouTube video here: https://believe.evancarmichael.com/the-vault ...

2:59:19
3 Hours of Life Changing Insights for Your Personal Growth

76,934 views

1 month ago

Bevetravels
Indonesia's most UNDERRATED city! (First Impressions Bandung) 🇮🇩

Try Cyberghost VPN today & stay protected for just $2.03 a month here: https://cyberghostvpn.com/Bevetravels Bob & Eve have ...

56:09
Indonesia's most UNDERRATED city! (First Impressions Bandung) 🇮🇩

86,610 views

8 days ago

DSA Quick Revision
14. Sliding Window Maximum | Stack
7:31
14. Sliding Window Maximum | Stack

0 views

12 days ago