ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

3,714 results

HackerRank
Data Structures: Stacks and Queues

Learn the difference between linear data structures stacks and queues. This video is a part of HackerRank's Cracking The Coding ...

5:46
Data Structures: Stacks and Queues

595,214 views

9 years ago

Train To Code
Arrays Stacks & Queues

One of the most common tasks you will need to do as a software developer is store collections of objects in memory. Here we ...

6:49
Arrays Stacks & Queues

341 views

3 years ago

Alex Hyett
Stack vs Heap Memory - Simple Explanation

I take a look at Stack and Heap Memory and how it affects your application. Knowing how memory is handled in your application ...

5:28
Stack vs Heap Memory - Simple Explanation

388,841 views

3 years ago

The Practical Dev
BaseCS: Stacks and Queues

"Stack level too deep!" Stacks and queues are all around us. In this video we break down what they are, how they work, and their ...

29:02
BaseCS: Stacks and Queues

2,952 views

7 years ago

Michael Sambol
Queues in 3 minutes

Queues in 3 minutes. Code: https://github.com/msambol/dsa/blob/master/data_structures/queue.py Sources: 1. Introduction To ...

3:10
Queues in 3 minutes

117,639 views

3 years ago

Michael Sambol
Stacks in 3 minutes

Stacks in 3 minutes. Code: https://github.com/msambol/dsa/blob/master/data_structures/stack.py Sources: 1. Introduction To ...

2:59
Stacks in 3 minutes

55,307 views

3 years ago

Study Hub
Lecture 18: Power of Stacks and Queues: Advanced Applications in Java|Dijkstra's Algorithm Explained

This video explores sophisticated applications of basic data structures like stacks and queues, demonstrating their importance in ...

13:20
Lecture 18: Power of Stacks and Queues: Advanced Applications in Java|Dijkstra's Algorithm Explained

316 views

1 year ago

Study Hub
Lecture 13: From Theory to Practice: Implementing Stacks, Queues, and Bags | Best Practices

In this video, we explore the fundamental data structures of bags, queues, and stacks, focusing on their operations and ...

16:20
Lecture 13: From Theory to Practice: Implementing Stacks, Queues, and Bags | Best Practices

537 views

1 year ago

Bald. Bearded. Builder.
The Secret to Mastering Queue, Stack and Dictionary in C#!

Ever wonder when to use a queue, a stack, or a hashtable in C#? In this video, Michael explains the story behind FIFO vs LIFO ...

13:30
The Secret to Mastering Queue, Stack and Dictionary in C#!

11,011 views

2 months ago

Algorithms with Attitude
Stacks, Queues, and Double Ended Queues (Deques)

Table of Contents: 00:00 - Introduction and Prerequisites 00:18 - Stack Operations 01:13 - Queue Operations 01:52 - Deque ...

6:18
Stacks, Queues, and Double Ended Queues (Deques)

38,005 views

9 years ago

Codebagel
Top 7 Data Structures for Interviews Explained SIMPLY

Data structures are an essential part of software engineering, whether for interviews, classes, or projects. Today we'll be talking ...

13:02
Top 7 Data Structures for Interviews Explained SIMPLY

367,637 views

3 years ago

CS50
CS50 Explained 2016 - Week 5 - Stacks, Queues

This is CS50 Explained, wherein David J. Malan and Doug Lloyd watch CS50's lectures and discuss the pedagogy behind CS50 ...

2:37
CS50 Explained 2016 - Week 5 - Stacks, Queues

1,445 views

8 years ago

CS50
CS50x 2025 - Lecture 5 - Data Structures

Abstract Data Types. Queues, Stacks. Linked Lists. Trees, Binary Search Trees. Hash Tables. Tries. *** This is CS50, Harvard ...

2:03:38
CS50x 2025 - Lecture 5 - Data Structures

228,215 views

Streamed 1 year ago

HackerRank
Data Structures: Queue With Two Stacks

Learn how to build a queue with two stacks. This video is a part of HackerRank's Cracking The Coding Interview Tutorial with ...

7:12
Data Structures: Queue With Two Stacks

103,198 views

9 years ago

Anuj Kumar Sharma
Implement Queue using two Stack & Implement Stack using two Queue | DSA-One Course #51

Hey guys, In this video, We're going to solve two very important problems on Stacks and Queues. Join my paid Java DSA ...

8:57
Implement Queue using two Stack & Implement Stack using two Queue | DSA-One Course #51

65,301 views

4 years ago

Coding Ninjas
How to Master Stacks & Queues | Data Structures And Algorithm for Beginners

Get COURSES For FREE Using This Scholarship Test. Register Here Now: ...

9:25
How to Master Stacks & Queues | Data Structures And Algorithm for Beginners

10,126 views

4 years ago

Study Hub
Get Expert in Stack and Queue in Just 1 Hour 😍

4 on Trending #students #stack #queue #youtube #python #ai #project #datastructures #deeplearningproject ...

1:08:42
Get Expert in Stack and Queue in Just 1 Hour 😍

104 views

1 year ago

mycodeschool
Data structures: Introduction to stack

See complete series on data structures here: http://www.youtube.com/playlist?list=PL2_aWCzGMAwI3W_JlcBbtYTwiQSsOTa6P ...

8:26
Data structures: Introduction to stack

620,742 views

12 years ago

Back To Back SWE
Implement A Queue Using Stacks - The Queue ADT ("Implement Queue Using Stacks" on LeetCode)

Free 5-Day Mini-Course: https://backtobackswe.com Try Our Full Platform: https://backtobackswe.com/pricing Intuitive Video ...

15:00
Implement A Queue Using Stacks - The Queue ADT ("Implement Queue Using Stacks" on LeetCode)

43,457 views

6 years ago

mycodeschool
Data structures: Introduction to Queues

See complete series on data structures here: http://www.youtube.com/playlist?list=PL2_aWCzGMAwI3W_JlcBbtYTwiQSsOTa6P ...

9:19
Data structures: Introduction to Queues

542,412 views

12 years ago

CS50
CS50x 2024 - Lecture 5 - Data Structures

This is CS50, Harvard University's introduction to the intellectual enterprises of computer science and the art of programming.

2:02:49
CS50x 2024 - Lecture 5 - Data Structures

558,244 views

1 year ago

freeCodeCamp.org
Google Interview Question: How to Code a Queue Using a Stack. Whiteboard Wednesday by Irfan Baqui

Irfan Baqui shows you how to approach whiteboard coding interviews in this weekly series of Whiteboard Wednesday! Check out ...

16:30
Google Interview Question: How to Code a Queue Using a Stack. Whiteboard Wednesday by Irfan Baqui

7,382 views

8 years ago

Gate Smashers
Lec-30: Introduction to Stack | PUSH and POP operations | Data Structure

Subscribe to our new channel:https://www.youtube.com/@varunainashots 0:00 - Introduction 0:09 - Real life examples 1:02 ...

6:46
Lec-30: Introduction to Stack | PUSH and POP operations | Data Structure

227,397 views

3 years ago

Geekific
Implement Queue using Stacks | Explained, Visualized and Implemented | Geekific

Discord Community: https://discord.gg/dK6cB24ATp GitHub Repository: https://github.com/geekific-official/ Most, if not all of the ...

4:07
Implement Queue using Stacks | Explained, Visualized and Implemented | Geekific

2,790 views

3 years ago

CodeWithHarry
Introduction to Stack in Data Structures

Stack in data structure is one of the most important Algorithms and data Structures topics. Stack is a linear data type and will have ...

19:55
Introduction to Stack in Data Structures

895,190 views

5 years ago