ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

28 results

NullLogic
Queue in Java | FIFO Explained with Example

This video explains Queue in Java using simple language and examples. You will understand how FIFO (First In First Out) works ...

12:03
Queue in Java | FIFO Explained with Example

2 views

4 days ago

Hands On Course Demo
Day 33: Implement Consumers to Process Logs from Queues | SDC-Java #systemdesign #consumers #java

What We're Building Today Consumer group architecture with automatic partition rebalancing across multiple instances Parallel ...

1:19
Day 33: Implement Consumers to Process Logs from Queues | SDC-Java #systemdesign #consumers #java

0 views

6 days ago

Shreyan Nag Computer Classes
Linear Queue implementation using Java
20:40
Linear Queue implementation using Java

0 views

8 hours ago

Guisune
232. Implement Queue using Stacks | LeetCode

This is a different video from my last one but mirror question so just read carefully.

15:13
232. Implement Queue using Stacks | LeetCode

12 views

4 days ago

Guisune
225. Implement Stack using Queues | LeetCode

Another LeetCode problem.

12:19
225. Implement Stack using Queues | LeetCode

7 views

4 days ago

Learn Always!
#8 Queue Introduction and Priority Queue in Telugu | Data Structures in Java #javaprogrammingtelugu

Hello Guys, You will Learn about What and Queue and What is priority Queue and its Implementation.

3:58
#8 Queue Introduction and Priority Queue in Telugu | Data Structures in Java #javaprogrammingtelugu

20 views

3 days ago

AlgoXploration
Implement Queue Using Stacks | Stack-Based Queue Explained | DSA Queue Series

In this video, we learn how to implement a queue using stack data structures — a classic and frequently asked interview problem.

10:10
Implement Queue Using Stacks | Stack-Based Queue Explained | DSA Queue Series

26 views

7 days ago

AajKarleCode (AKC)
Priority Queue in Java with all basic operations  #DataStructures
1:44
Priority Queue in Java with all basic operations #DataStructures

50 views

7 days ago

Leetcode Unlocked
225. Implement Stack using Queues | Leetcode Unlocked - Python

Master LeetCode 225: Implement Stack using Queues with this comprehensive guide! We explore how to simulate a LIFO ...

7:10
225. Implement Stack using Queues | Leetcode Unlocked - Python

0 views

5 hours ago

Leet'sCode
Find K Pairs With Smallest Sum | LeetCode Priority Queue + Min Heap | Java Explanation Hindi

In this video, we solve an important LeetCode problem “Find K Pairs With Smallest Sum” which is frequently asked in coding ...

53:32
Find K Pairs With Smallest Sum | LeetCode Priority Queue + Min Heap | Java Explanation Hindi

34 views

Streamed 1 day ago

JustCode
Queue Data Structure in C++ Programming (using arrays) | Simple & Easy Code | JustCode #coding #new

Welcome to JustCode — Your Ultimate Destination for Smart & Powerful Coding!

3:00
Queue Data Structure in C++ Programming (using arrays) | Simple & Easy Code | JustCode #coding #new

8 views

9 hours ago

The Techzeen
DSA Tutorial #59: Max Heap Implementation in Java 🤯 Step by Step Logic & Dry Run (2026)

Don't just flip the comparison signs from Min Heap ❌ Master the internal mechanics of a Max Heap Max Heap is the backbone ...

21:23
DSA Tutorial #59: Max Heap Implementation in Java 🤯 Step by Step Logic & Dry Run (2026)

45 views

2 days ago

AlgoXploration
LeetCode 933: Number of Recent Calls (Queue Design) | DSA Queue Series

... Step-by-step walkthrough of the ping() function Clean Java implementation explanation Time Complexity: O(n) amortized Space ...

11:17
LeetCode 933: Number of Recent Calls (Queue Design) | DSA Queue Series

21 views

3 days ago

Shubhaएम
Learning Linked Lists from Scratch (Day 3 of 100) or I Tried to Master DSA in 100 Days: Day 3

In this streaming video, we can try to cover basics of array. linklist ,stack and Queue basic means the implementation creation how ...

1:03:54
Learning Linked Lists from Scratch (Day 3 of 100) or I Tried to Master DSA in 100 Days: Day 3

2 views

Streamed 3 days ago

Leetcode Unlocked
215. Kth Largest Element in an Array | Leetcode Unlocked - Python

In this video, we tackle LeetCode 215: Kth Largest Element in an Array. While using a standard sort is the easy way out, top tech ...

9:04
215. Kth Largest Element in an Array | Leetcode Unlocked - Python

0 views

7 days ago

The Techzeen
DSA Tutorial #57: Heap Data Structure EXPLAINED | Min Heap vs Max Heap (2026)

Most students are scared of Heap Data Structure ❌ They memorize definitions but fail in interviews because they never ...

7:22
DSA Tutorial #57: Heap Data Structure EXPLAINED | Min Heap vs Max Heap (2026)

50 views

6 days ago

Leetcode Unlocked
218. The Skyline Problem | Leetcode Unlocked - Python

Master LeetCode 218: The Skyline Problem! This video breaks down one of the most classic Hard-level coding interview ...

8:25
218. The Skyline Problem | Leetcode Unlocked - Python

0 views

6 days ago

AYER VERSE
Queue Implementation using Array | GeeksforGeeks Explained | Java Logic

In this video, we dive into the fundamental "Queue using Array" problem from GeeksforGeeks. We explore how the FIFO ...

5:42
Queue Implementation using Array | GeeksforGeeks Explained | Java Logic

8 views

1 day ago

Leetcode Daily
2402. Meeting Rooms III | Leetcode Daily - Python

Struggling with LeetCode 2402 Meeting Rooms III? This video provides a complete breakdown of this Hard scheduling problem.

8:51
2402. Meeting Rooms III | Leetcode Daily - Python

269 views

5 days ago

CWBH
Mastering Max Heaps: Efficiency in Priority Queues

Data Structures mein 'Max Heap' ek powerful concept hai. Yeh ek complete binary tree hota hai jahan parent node ki value ...

25:35
Mastering Max Heaps: Efficiency in Priority Queues

17 views

2 days ago

NullLogic
DSA in Java Full Course 🔥 | Complete Data Structures & Algorithms Tutorial | Beginner to Advanced

Master Data Structures and Algorithms (DSA) in Java from Scratch! This complete DSA in Java tutorial covers everything you need ...

2:59:29
DSA in Java Full Course 🔥 | Complete Data Structures & Algorithms Tutorial | Beginner to Advanced

7 views

1 day ago

Abhinav Srivastav
I Faced These Coding Questions in Infosys Interview | DSE 2025 Experience

In this video, I share my complete Infosys interview experience and explain the exact coding and technical questions that were ...

4:59
I Faced These Coding Questions in Infosys Interview | DSE 2025 Experience

1,008 views

3 days ago

Lola Alol
Breadth-First Search Traversal Pseudocode

Breadth-First Search Traversal – Pseudocode Explained In this video, I walk through the pseudocode for a breadth-first search ...

3:44
Breadth-First Search Traversal Pseudocode

0 views

1 day ago

Code with Sage Syntax
LinkedList in Java: Interview Questions & Concepts Explained #codewithsagesyntax #softwareengineer

LinkedList in Java: Interview Questions & Concepts Explained #codewithsagesyntax #softwareengineer : Are you preparing for a ...

1:22
LinkedList in Java: Interview Questions & Concepts Explained #codewithsagesyntax #softwareengineer

133 views

2 days ago

Lola Alol
Breadth-First Search Traversal for Graphs

Breadth-First Traversal for Graphs Explained In this video, I explain breadth-first traversal (BFS) for graphs, showing how the ...

13:18
Breadth-First Search Traversal for Graphs

0 views

1 day ago