ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

3,420,145 results

Related queries

stack java

queue in c

stack data structure python

stack queue

stack implementation

queue java

queue data structure

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

45,063 views

3 years ago

NeetCode
Stack problems are so easy

https://neetcode.io/ - Get lifetime access to every course I ever create! Checkout my second Channel: ...

0:59
Stack problems are so easy

79,087 views

1 year ago

Kevin Wood | Robotics & AI
C++ Stack

Thanks for watching! If you found this video helpful, please like, subscribe and share: https://www.youtube.com/@kevin_wood ...

0:16
C++ Stack

10,875 views

2 years ago

VilearnX AI
Stack Operations Explained 🥞 | Push, Pop, Peek & More with Visuals |#vilearnx

Stack Operations Explained | Push, Pop, Peek & More with Visuals |#vilearnx Stack – The LIFO Data Structure You Must ...

0:11
Stack Operations Explained 🥞 | Push, Pop, Peek & More with Visuals |#vilearnx

50,426 views

7 months ago

Pritesh Taral
Push Operation On Stack | C data Structure .avi

www.c4learn.com,Insert element onto Stack , Push Operation on Stack , Stack Basic Operation Animation.

0:16
Push Operation On Stack | C data Structure .avi

78,272 views

15 years ago

TheRealPraash
Stack Data structure ♥️| #stack #dsa #coding #csstudent #stacking #engineering
0:08
Stack Data structure ♥️| #stack #dsa #coding #csstudent #stacking #engineering

99,610 views

2 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,957 views

5 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 📚

347,166 views

4 years ago

Greg Hogg
A More Efficient Way to Implement a Stack

FAANG Coding Interviews / Data Structures and Algorithms / Leetcode.

0:55
A More Efficient Way to Implement a Stack

287,442 views

1 year ago

Log2Base2®
Stack Using Array and Application | Log2Base2®

Learn programming, data structures & algorithms, and prepare for the interview - all in one place. Learn Now: ...

0:15
Stack Using Array and Application | Log2Base2®

20,606 views

2 years ago

Ansa Jadoon
Stack Program in C++
0:08
Stack Program in C++

14,403 views

2 years ago

TAP ACADEMY
Introduction to Stack Data Structures👨‍💻

tech #techreview #technews #smartphone #techtips #techyoutuber #mobile #techie #youtube #youtuber #subscribe ...

0:55
Introduction to Stack Data Structures👨‍💻

38,017 views

3 years ago

Shaurya Rastogi
How Stacks and Queues Work (Data Structures)

Learn the fundamental concepts of data structures and algorithms by understanding how stacks and queues work in programming ...

1:01
How Stacks and Queues Work (Data Structures)

40,466 views

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

3 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

22,129 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” ?

197,312 views

2 years ago

freeCodeCamp.org
Data Structures Easy to Advanced Course - Full Tutorial from a Google Engineer

Learn and master the most common data structures in this full course from Google engineer William Fiset. This course teaches ...

8:03:17
Data Structures Easy to Advanced Course - Full Tutorial from a Google Engineer

7,178,183 views

6 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

40,325 views

11 months ago

ArjanCodes
Every Developer Should Know This

Learn how to design great software in 7 steps: https://arjan.codes/designguide. In this video, I'm exploring memory models in ...

15:38
Every Developer Should Know This

48,063 views

1 year ago

Tanishq Chaudhary
Stack Data Structure from Scratch for Coding Interviews | 15 Problems from LeetCode & InterviewBit

Questions on the stack data structure are very common in coding interviews. I help you master the data structure, starting from the ...

3:34:05
Stack Data Structure from Scratch for Coding Interviews | 15 Problems from LeetCode & InterviewBit

5,879 views

3 years ago

Jacob Sorber
How to Implement a Queue in C

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

7:53
How to Implement a Queue in C

76,246 views

5 years ago

Portfolio Courses
Queue Data Structure & Operations (Linked List Based) | C Programming Example

How to implement a queue data structure in C using a linked list as the underlying data structure, including a library of functions ...

29:29
Queue Data Structure & Operations (Linked List Based) | C Programming Example

37,044 views

2 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,594,385 views

12 years ago

Oceano
push_swap : a performant sorting algorithm using 2 stacks (100-630 moves | 500-5470 moves)

Code ~ https://github.com/suspectedoceano/push_swap All you need about linked lists ...

1:19:38
push_swap : a performant sorting algorithm using 2 stacks (100-630 moves | 500-5470 moves)

50,511 views

2 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)

356,129 views

5 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

136,163 views

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

4 years ago