ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

3,349,394 results

Related queries

stack java

stack data structure python

queue in c

stack queue

stack implementation

queue data structure

queue java

Portfolio Courses
Stack Data Structure And Operations | C Programming Example

How to implement a stack data structure in C, including a library of functions that implement the operations pop, push, peek, is full, ...

24:05
Stack Data Structure And Operations | C Programming Example

44,870 views

3 years ago

Bro Code
Learn Stack data structures in 10 minutes 📚

stack data structure tutorial example explained #stack #data #structure ...

10:07
Learn Stack data structures in 10 minutes 📚

346,099 views

4 years ago

Jacob Sorber
How to Implement a Stack in C (+ encapsulation)

Patreon ➤ https://www.patreon.com/jacobsorber Courses ➤ https://jacobsorber.thinkific.com Website ...

15:38
How to Implement a Stack in C (+ encapsulation)

68,884 views

5 years ago

Portfolio Courses
Stack Data Structure In STL | C++ Tutorial

How to use the stack data structure built-in to the C++ Standard Template Library. The stack class template in the C++ STL is a ...

16:59
Stack Data Structure In STL | C++ Tutorial

27,851 views

2 years ago

CodeVault
Implementing a stack in C

Source code can be found here: https://code-vault.net/lesson/5h4iagvopi:1610029042794 ===== Support us through our store ...

7:41
Implementing a stack in C

40,961 views

4 years ago

CodeBeauty
What is STACK data structure in C++? What is LIFO? STL Stack explained in 14 mins! DATA STRUCTURES

Learn how to solve problems and build projects with these Free E-Books ⬇️ C++ Lambdas e-book - free download here: ...

14:18
What is STACK data structure in C++? What is LIFO? STL Stack explained in 14 mins! DATA STRUCTURES

135,937 views

4 years ago

CS Dojo
Introduction to Stacks and Queues (Data Structures & Algorithms #12)

Here's my introduction to stacks, queues, and deques (double-ended queues)! You can check out the problem I mentioned at the ...

16:30
Introduction to Stacks and Queues (Data Structures & Algorithms #12)

355,759 views

5 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,341 views

12 years ago

freeCodeCamp.org
Data Structures - Full Course Using C and C++

Learn about data structures in this comprehensive course. We will be implementing these data structures in C or C++. You should ...

9:46:11
Data Structures - Full Course Using C and C++

3,652,832 views

4 years ago

People also watched

CS50
CS50x 2025 - Section 5 - Data Structures

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

1:16:15
CS50x 2025 - Section 5 - Data Structures

21,947 views

11 months ago

Low Level
wtf is “the stack” ?

Programming is amazing. Computers allow us to do things that otherwise would be impossible. But sometimes, the code that we ...

8:03
wtf is “the stack” ?

196,325 views

2 years ago

Neso Academy
Array Implementation of Stacks (Part 1)

Data Structures: Array Implementation of Stacks (Part 1) Topics discussed: 1) Definition of Stacks. 2) Array implementation of ...

10:00
Array Implementation of Stacks (Part 1)

471,518 views

4 years ago

Code, Data and Tech with Alex Merced
Data Structures - Arrays, Linked Lists, Stacks and Queues

Alex Merced discusses and explains Basic data structures. Learn more about Alex at MyWork.AlexMercedCoder.com Subscribe to ...

5:42
Data Structures - Arrays, Linked Lists, Stacks and Queues

14,920 views

6 years ago

Sajjaad Khader
Data Structures Explained for Beginners - How I Wish I was Taught

Data structures are essential for coding interviews and real-world software development. In this video, I'll break down the most ...

15:51
Data Structures Explained for Beginners - How I Wish I was Taught

683,210 views

9 months ago

Bro Code
Data Structures and Algorithms Full Course 📈

Data Structures and Algorithms full course tutorial java #data #structures #algorithms ⭐️Time Stamps⭐️ #1 (00:00:00) What ...

4:00:15
Data Structures and Algorithms Full Course 📈

2,533,995 views

4 years ago

linuxhint
Stacks in C Programming Language

This video will show you how stack data structures work and how to implement a stack in the C programming language using ...

7:36
Stacks in C Programming Language

4,050 views

3 years ago

AlgoMasterIO
Monotonic Stack in 6 minutes | LeetCode Pattern

Master DSA Patterns: https://algomaster.io/ ▻ My DSA Playlist: ...

6:38
Monotonic Stack in 6 minutes | LeetCode Pattern

39,645 views

10 months ago

Boot dev and TJ DeVries
C Programming and Memory Management - Full Course

... 6: Stack and Heap 02:32:10 - Chapter 7: Advanced Pointers 02:52:56 - Chapter 8: Stack Data Structure 03:09:28 - Chapter 9: ...

4:43:48
C Programming and Memory Management - Full Course

262,287 views

10 months ago

Low Level
you will never ask about pointers again after watching this video

One of the hardest things for new programmers to learn is pointers. Whether its single use pointers, pointers to other pointers, ...

8:03
you will never ask about pointers again after watching this video

3,083,024 views

3 years ago

Paul Programming
What is a Stack Data Structure - An Introduction to Stacks

This tutorial covers the basic concepts and functions of a stack data structure. Want to learn C++? I highly recommend this book ...

5:59
What is a Stack Data Structure - An Introduction to Stacks

359,846 views

12 years ago

freeCodeCamp.org
Stack Data Structure Tutorial – Solve Coding Challenges

Questions on the stack data structure are very common in technical interviews. Learn how to master the data structure, starting ...

1:56:14
Stack Data Structure Tutorial – Solve Coding Challenges

75,121 views

3 years ago

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

9 years ago

Jenny's Lectures CS IT
3.1 Stack in Data Structure | Introduction to Stack | Data Structures Tutorials

Jenny's lectures Placement Oriented DSA with Java course (New Batch): ...

17:40
3.1 Stack in Data Structure | Introduction to Stack | Data Structures Tutorials

1,325,215 views

6 years 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,593,551 views

12 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

225,672 views

Streamed 1 year ago

Shradha Khapra
Introduction to STACKS | Data Structures & Algorithms | Lecture 66

Lecture 66 of DSA Placement Series Company wise DSA Sheet Link : https://docs.google.com/spreadsheets/d ...

22:11
Introduction to STACKS | Data Structures & Algorithms | Lecture 66

252,022 views

10 months ago

CodeWithHarry
C Code For Implementing Stack Using Array in Data Structures

Stack array implementation C Code: In this video we will see how to implement stack using arrays using the c programming ...

16:25
C Code For Implementing Stack Using Array in Data Structures

491,004 views

5 years ago

Neso Academy
Introduction to Stacks

Data Structures: Introduction to Stacks Topics discussed: 1) The definition of Stacks. 2) Some real-life examples of Stacks. 3) Stack ...

8:34
Introduction to Stacks

692,269 views

4 years ago