ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

1,667 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,227 views

9 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

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,932 views

3 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

Geekific
Stacks: Explained and Implemented with Arrays and LinkedLists in Java | Data Structures | Geekific

Discord Community: https://discord.gg/dK6cB24ATp GitHub Repository: https://github.com/geekific-official/ In this video we explain ...

11:07
Stacks: Explained and Implemented with Arrays and LinkedLists in Java | Data Structures | Geekific

2,244 views

4 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,791 views

3 years 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

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,657 views

3 years 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,006 views

9 years ago

Geekific
Implement Stack using Queues | Explained, Visualized and Implemented | Geekific

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

3:55
Implement Stack using Queues | Explained, Visualized and Implemented | Geekific

4,666 views

3 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,303 views

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

mycodeschool
Data structures: Array implementation of stacks

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

13:09
Data structures: Array implementation of stacks

873,485 views

12 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,318 views

3 years ago

Study Hub
Lecture 17: Iteration in Java | Making Data Structures User-Friendly | Stacks, Queues, and Bags |

In this video, we explore the concept of iteration in Java, which enhances our basic data structures like stacks and queues, making ...

7:13
Lecture 17: Iteration in Java | Making Data Structures User-Friendly | Stacks, Queues, and Bags |

246 views

1 year 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,694 views

3 years ago

Learn Code With Durgesh
🔥 Dont use array for stack | Stack using Linked List | DSA using Java [Hindi]
19:45
🔥 Dont use array for stack | Stack using Linked List | DSA using Java [Hindi]

2,696 views

1 year ago

Learn Code With Durgesh
Stack Master Class | Complete Stack Data Structure Tutorial | DSA Series [HINDI]
31:58
Stack Master Class | Complete Stack Data Structure Tutorial | DSA Series [HINDI]

4,394 views

1 year ago

mycodeschool
Pointers and dynamic memory - stack vs heap

See complete series on pointers here http://www.youtube.com/playlist?list=PL2_aWCzGMAwLZp6LMUKI3cc7pgGsasm2_ In this ...

17:26
Pointers and dynamic memory - stack vs heap

1,594,483 views

12 years ago

mycodeschool
Data structures: Array implementation of Queue

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

14:59
Data structures: Array implementation of Queue

931,727 views

12 years ago

Dinesh Varyani
How to represent a Stack in Java ?

Get DSA Animation Slides - https://topmate.io/dinesh_varyani/950549 ▻Full DSA Course ...

4:07
How to represent a Stack in Java ?

36,122 views

8 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,416 views

12 years ago

Anuj Kumar Sharma
Queue Data Structure | Queue in Java | Implement Queue using LinkedList | DSA-One Course #48

Hey guys, In this video, We're going to learn about the Queue data structure. We'll also implement queue using LinkedList Take ...

9:27
Queue Data Structure | Queue in Java | Implement Queue using LinkedList | DSA-One Course #48

53,552 views

4 years ago

Michael Sambol
Heaps in 3 minutes — Intro

Introduction to heaps in 3 minutes. Code: https://github.com/msambol/dsa/blob/master/data_structures/heap.py Sources: 1.

3:29
Heaps in 3 minutes — Intro

307,262 views

3 years ago

Study Hub
Lecture 16: Using Generics in Stack and Queue Implementations | Generics in Data Structures |

In this video, we address a significant limitation in our previous stack and queue implementations: they were restricted to handling ...

9:23
Lecture 16: Using Generics in Stack and Queue Implementations | Generics in Data Structures |

338 views

1 year ago