ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

390 results

onjsdev
Queue Data Structure

A linear queue follows the FIFO (First In, First Out) principle, meaning the first element inserted is the first one removed. Elements ...

0:12
Queue Data Structure

8,406 views

21 hours ago

algopk
Queue Data Structure Explained with Animation | Complete Guide for Beginners

In this video, we dive deep into the Queue Data Structure using clear, step-by-step animations to help you master the concept in ...

4:00
Queue Data Structure Explained with Animation | Complete Guide for Beginners

0 views

18 hours ago

CodeLucky
Sliding Window Maximum (Deque Optimization) - LeetCode Hard Explained

Learn how to solve the Sliding Window Maximum problem efficiently using a Monotonic Deque! In this video, we deeply ...

4:22
Sliding Window Maximum (Deque Optimization) - LeetCode Hard Explained

0 views

6 days ago

CodeLucky
Jump Game VI - LeetCode 1696 - DP & Monotonic Deque Explanation

Learn how to solve LeetCode 1696: Jump Game VI efficiently! In this video, we tackle a classic Dynamic Programming problem ...

4:30
Jump Game VI - LeetCode 1696 - DP & Monotonic Deque Explanation

4 views

6 days ago

SEM - English Grammar_Aptitude_Logical Reasoning
Abstract Data Type - Deque

Deque is a queue but on steroids — you can add or remove from both ends lightning fast. Perfect for browser back/forward buttons ...

0:13
Abstract Data Type - Deque

0 views

5 days ago

DailyTechByteHub
Circular Queue in C++ Tutorial | Enqueue, Dequeue & Array Implementation in Nepali

Learn how to implement a Circular Queue in C++ with detailed step-by-step explanations in Nepali. Course Topics: ✓ Circular ...

14:27
Circular Queue in C++ Tutorial | Enqueue, Dequeue & Array Implementation in Nepali

13 views

4 days ago

AlgoXploration
Sliding Window Maximum | Brute Force vs Deque Optimized Approach | DSA Sliding Window Series

In this video, we learn how to find the maximum element in every sliding window of size k — a classic and very important interview ...

27:17
Sliding Window Maximum | Brute Force vs Deque Optimized Approach | DSA Sliding Window Series

16 views

4 days ago

Tanishk Bhatt
Queue Implementation in Python Simplified | TanishkBhatt | #python #coding #queue #datastructures

Queue Implementation in Python Simplified Code With Tanishk Animation Credit: @LaVivien Topics Covered: • Queue • FIFO ...

0:08
Queue Implementation in Python Simplified | TanishkBhatt | #python #coding #queue #datastructures

1,010 views

9 hours ago

ExamsBox
DS-4-005 Operation Dequeue | In Hindi | By TJ Sir

Are you a graduate student looking to switch your career to the dynamic and rewarding IT sector? Look no further! Welcome to ...

7:03
DS-4-005 Operation Dequeue | In Hindi | By TJ Sir

0 views

5 days ago

Nidhi Chouhan
Queue Data Structure Explained 🔥 FIFO | Python DSA for Beginners

Queue Data Structure Explained for Beginners | Python DSA In this video, we learn the QUEUE data structure from SCRATCH ...

42:01
Queue Data Structure Explained 🔥 FIFO | Python DSA for Beginners

20 views

5 days ago

SEM - English Grammar_Aptitude_Logical Reasoning
Abstract Data Type - Queue   FIFO

Queue = real-life line at the canteen. First person in gets food first. Enqueue at the back, dequeue from the front. FIFO — First In ...

0:17
Abstract Data Type - Queue FIFO

0 views

5 days ago

プログラムにまつわる世界
両端キュー(Deque)データ構造可視化 | 両端から操作可能なデータ構造

両端キュー(Deque)データ構造の動作をアニメーションで可視化! addFirst/addLast/removeFirst/removeLast操作を視覚的に ...

0:43
両端キュー(Deque)データ構造可視化 | 両端から操作可能なデータ構造

0 views

5 days ago

CodeLucky
Circular Queue Data Structure | Ring Buffer Implementation Explained

Learn how to implement a Circular Queue (Ring Buffer) efficiently! In this video, we break down the logic behind Circular ...

3:24
Circular Queue Data Structure | Ring Buffer Implementation Explained

0 views

6 days ago

Deque Systems
Axe Dev Tools Web API Offline Mode Demo

This video walks through automated accessibility testing using the Axe DevTools for Web APIs in Offline Mode. The demo shows ...

2:42
Axe Dev Tools Web API Offline Mode Demo

19 views

2 days ago

Ron Spomer Outdoors
Is This the Rifle That Finally Makes Ron Like the 308?

Welcome to Ron Spomer Outdoors! Ron has never been shy about his mixed feelings toward the 308 Winchester. But after ...

23:45
Is This the Rifle That Finally Makes Ron Like the 308?

65,700 views

6 days ago

tech pandit shivang
QUEUE IN PYTHON |CUET DSA

queue dsa, dsa queue, queue in dsa, queues in dsa, dsa in java queues, queue ds, dsa explaination queue, queue operations in ...

0:16
QUEUE IN PYTHON |CUET DSA

212 views

2 days ago

shubham Shinde
Queue Data Structure Explained | FIFO Logic & Implementation

What is a Queue in Data Structures? In this video, we use an AI-generated Deep Dive to explain the Queue Data Structure—the ...

6:50
Queue Data Structure Explained | FIFO Logic & Implementation

0 views

6 days ago

Neural Cipher
Sliding window maximum | Deque based optimal solution | DSA interview problem

In this video, we solve the sliding window maximum problem using an efficient deque based approach. This is a classic dsa ...

3:00
Sliding window maximum | Deque based optimal solution | DSA interview problem

43 views

4 days ago

SystemDR - Scalable System Design
Building a Multi-Level FIFO CPU Scheduler Using eBPF Queues (sched_ext Explained)

We walk through the architecture of a multi-level FIFO scheduling algorithm, showing how to use multiple eBPF queue maps to ...

7:27
Building a Multi-Level FIFO CPU Scheduler Using eBPF Queues (sched_ext Explained)

0 views

6 days ago

AÉROSTAT
Why don't we have tails anymore? #tail #genetics #dna #science #animals

Thanks for watching 🙏 If you like what I do and want to support my videos, I've opened a Tipeee page with some cool rewards ...

1:14
Why don't we have tails anymore? #tail #genetics #dna #science #animals

11,867 views

3 days ago

AM Edufyra
Dynamic queue in data structure in c ++

Dynamic Queue in C++ | Queue Using Linked List | Data Structures Explained In this video, we learn how to implement a Dynamic ...

13:40
Dynamic queue in data structure in c ++

0 views

4 days ago

Testory Automation
Add Accessibility Testing to Selenium Automation | Java, WCAG, Axe

Accessibility testing is often ignored or delayed — but it's no longer optional. In this video, I demonstrate how to integrate ...

8:25
Add Accessibility Testing to Selenium Automation | Java, WCAG, Axe

6,157 views

6 days ago

プログラムにまつわる世界
キュー(Queue)データ構造可視化 | FIFOの仕組みをアニメーションで解説

キュー(Queue)データ構造の動作をアニメーションで可視化! FIFOの仕組み、Enqueue・Dequeue・Peek操作を視覚的に理解 ...

0:43
キュー(Queue)データ構造可視化 | FIFOの仕組みをアニメーションで解説

0 views

5 days ago

Nidhi Chouhan
Moving Average from Data Stream | Leetcode 346 | Queue With Python | Python DSA

MASTER Sliding Window with Python's Secret: deque(maxlen) | LeetCode 346** Discover the elegant one-line solution to ...

14:10
Moving Average from Data Stream | Leetcode 346 | Queue With Python | Python DSA

26 views

1 day ago

DailyTechByteHub
Queue in C++ | Array Implementation Tutorial [Nepali]

Learn how to implement a Queue data structure in C++ using static arrays. Complete tutorial covering FIFO principle, ...

20:30
Queue in C++ | Array Implementation Tutorial [Nepali]

13 views

6 days ago