Upload date
All time
Last hour
Today
This week
This month
This year
Type
All
Video
Channel
Playlist
Movie
Duration
Short (< 4 minutes)
Medium (4-20 minutes)
Long (> 20 minutes)
Sort by
Relevance
Rating
View count
Features
HD
Subtitles/CC
Creative Commons
3D
Live
4K
360°
VR180
HDR
308,622 results
Ready to become a certified Certified watsonx Generative AI Engineer? Register now and use code IBMTechYT20 for 20% off of ...
350,934 views
10mo ago
Stack Principle (LIFO – Last In, First Out) ✓ Stack Operations: Push, Pop, Peek, Display ✓ Stack Implementation in C ...
173 views
11mo ago
Stack is a linear data structure in computer programming that represents a collection of elements arranged in a sequence, where ...
766 views
Master DSA Patterns: https://algomaster.io/ ▻ My DSA Playlist: ...
1,448 views
4mo ago
A walk-through of the Python Stack class implementation for BSCS 2B. Covers basic stack operations including push, pop, ...
2 views
3w ago
Ready to become a certified Deployment Professional - Maximo Manage? Register now and use code IBMTechYT20 for 20% off ...
12,784 views
8mo ago
This course is made possible by a grant from Hostinger. Get 10% off your cloud hosting at https://hostinger.com/freecodecamp ...
344,634 views
7mo ago
Learn how to stack NumPy arrays along a new axis using np.stack()! In this comprehensive tutorial, you'll master one of the most ...
745 views
10 views
2w ago
CapCut I made this amazing video with CapCut. Open the link to try it out: capcut.com/tools/desktop-video-editor.
27 views
Welcome to chai aur code, a coding/programming dedicated channel in Hindi language. Now you can learn best of programming ...
179,920 views
Topics Covered: * What is a Stack? * LIFO principle * Stack implementation using an array * `push()` operation * `pop()` operation ...
40 views
10d ago
Stack Implementation in Python | User-Defined Functions | Push and Pop Operations | AISSCE Compartment Exam. 2026 In this ...
105 views
CBSE Class 12 Computer Science | Stack Using Python List | Complete Question 30 Solution AISSCE 2026| CBSE Tecktalks In ...
45 views
SEO Keywords / Tags stack using array c++ stack implementation c++ stack program c++ dsa stack c++ c++ data structures stack ...
1,773 views
Stack Implementation Using Array in C | Data Structures** In this video, we will learn **how to implement Stack using an Array in C ...
24 views
The stack in C is a region of memory used during program execution to manage function calls, local variables, parameters, return ...
426 views
In this video, I explain the implementation of the Stack data structure step by step You will learn how Stack works in practice, ...
314 views
6mo ago
Data Structure - Stack in Python One Shot | CBSE Class 12 Computer Science Rock in Board Series (2025-26) Hello everyone ...
24,506 views
Learn Stack in Java in this complete DSA Full Course designed for placements and interviews. In this video, you'll understand the ...
2,476 views
Welcome to Express VTU 4 All In this video, I explain a very important programming-oriented question from Module-01 of Data ...
1,174 views
In this video, you'll learn how to implement a Stack using an Array, understanding how stack operations work internally using the ...
1,217 views
Learn how to reverse a string using the Stack data structure in C! This tutorial covers the logic and the full code implementation of ...
145 views
Here is the Link for Reference Code and Practice Exercise ...
18,024 views
9mo ago
[Launched] Complete AI Engineer Bootcamp 2026:LLM,RAG, AI Agents [Coupon - AIALGOCAMP] ...
156 views
2mo ago
... a stack can do namely push pop peak is empty and it stays completely silent on how the implementation is nowhere to be found ...
9 views
In this video, we delve into the fundamental concepts of stack implementation, focusing on the crucial push and pop operations.
8 views
4w ago
This video is based on C Programming for Computer Science and Engineering Students. #cprogramming , #stack , #pop.
38 views
13d ago
Telegram Channel Link--- https://t.me/Engineerdudeofficial Peek void peek(){ if(top==-1){ printf("stack underflow\n"); } else{ ...
561 views
Stack Data Structure Stack implementation in Python Stack stack operations Stack implementation python programming ...
608 views
In this video, we will learn how to implement a Stack using List in Python step by step. A Stack is a linear data structure that follows ...
244 views
258 views
37 views
In this video, you'll learn how to implement a Stack using a Linked List, understanding how stack operations follow the LIFO (Last ...
828 views
Stack Implementation in C++ | Easy Explanation for Beginners | Without STL In this video, you will learn Stack Implementation in ...
172 views
Want to learn how a full stack quantum computer and its operating system work? In this PyCon talk I present an intuitive idea of ...
1,822 views
Stack in C Programming | Placement & Interview Preparation #placements #datastructures #coding #dsa #programming ...
82 views
3mo ago
In this video, I explain the Stack data structure and demonstrate its implementation in C++. Topics covered: • Stack and LIFO ...
4 views
2d ago
In this video, we will solve LeetCode 225: Implement Stack using Queues. We will understand both important approaches: ...
1,467 views
An assembly language program implementing stack operations is explained here.
181 views
5mo ago
Download the Complete DSA Handbook (PDF) here: https://topmate.io/mohitdecodes/2285088 DSA Phase-3 Core Data ...
204 views
https://www.hackerrank.com/contests/software-engineer-prep-kit/challenges/min-tracking-stack.
227 views
Stack #CPlusPlus #UrduHindi Welcome to Lecture 13 of the Data Structures & Algorithms (CS-203) course in Urdu/Hindi.
1mo ago
In this video, we explain how to convert an infix expression to a postfix expression using a stack. Learn operator precedence ...
898 views
Leetcode #225.
89 views
In this video, we dive deep into the Stack Data Structure in Java! You'll learn: ✓ What is a Stack? (LIFO principle explained) ...
215 views
Array Based Stack One Shot Tutorial | Push Pop Peek Underflow Overflow Explained Level up your DSA in one shot. In this video ...
5,586 views
Learn how to solve the classic "Balanced Braces" (Valid Parentheses) interview problem in Swift using a Stack data structure.
In this video we solve LeetCode 739 – Daily Temperatures using the classic monotonic stack pattern. We are given an array ...
159 views
Stack Operations Stack operations are actions performed on a stack data structure that follows the LIFO (Last In, First Out) ...
96 views
The JSM Agentic Engineering Course is FINALLY LIVE! 20% off launch discount ends September 29th. Invest in your ...
1,271,567 views
In this video, you'll learn how to evaluate a postfix (Reverse Polish Notation) expression using a Stack. This is a classic stack ...
533 views
Master VTU Java Lab Program 2 with this clear and practical explanation! In this video, we develop a Stack class in Java to store a ...
155 views
Full Courses Available on Gateway Classes App Based on the Latest AKTU Syllabus Toppers' Trusted Choice Enroll ...
3,831 views
In this video, we implement Stack using Linked List in C++ with clear diagrams, logic explanation, and complete source code.
111 views
Every program we write — from simple calculations to complex systems — relies on functions. But when a function is called, how ...
648 views
In Episode 4 of the DSA Revision Series, we dive deep into Monotonic Stack — one of the most powerful patterns for solving array ...
839 views
My Angular Stack 2026 What tools, libraries, and techniques would I use if I started a new Angular project in 2026? This is an ...
19,045 views
... code Peek Operation with C code Stack Overflow and Underflow Complete Stack implementation What is a Queue?
30 views
Stack Implementation 1st part.# LINK LIST INTRODUCTION # Database #Computer Science #science #logic #software ...
50 views
5d ago
Example of how to implement a stack in a Siemens S7-1200/S7-1500 PLC.
33 views
Welcome to The DSA Lab! In this video, we dive into one of the core concepts in Data Structures — Stack and Deque — explained ...
232 views
Welcome to RJ Programming. This video presents my Data Structures II project, covering the implementation and concepts of ...
0 views
1d ago
In this video, I explain the Stack Data Structure in C++ from basic concepts to a working array-based implementation. I begin by ...
If you wish to take up the course with full resources kindly use the link below: Udemy: ...
174 views
In this video, we will learn about B2.2.3: Stacks as a Last In, First Out Data Structure. A stack is a data structure where the last item ...
18 views
Quick & Easy Implementing a Stack using C++ Explained with time complexity & memory allocation.
6 views
7d ago
BigBrains — GetYouPlaced #16 How do you simplify a messy Unix-style file path using a Stack? In this video, we solve ...
152 views
... is Stack in DSA ✓ How Push and Pop operations work ✓ Real-life example to remember Stack forever ✓ Stack implementation ...
1,664 views
LIFO Principle (Last In First Out) 🍽️ ⚙️ Basic Operations: ➕ Push | ➖ Pop | Peek 🛠️ Stack Implementation Using Array ...
518 views
Online C compiler to run C program online Header 1 Header 2 struct node{ int data; struct node *next; }; struct node *top= NULL; ...
604 views
1st Year Computer Science Ch#2 | Stack in Python Practical in VS Code | Empty Stack, Push & Pop | PECTAA In this practical ...
60 views
Master one of the most important interview topics with 10 practical Python stack and queue challenges. You will solve real ...
794 views
Stack #LinkedList #UrduHindi Welcome to Lecture 14 of the Data Structures & Algorithms (CS-203) course in Urdu/Hindi.
16 views
This content introduces the Stack Abstract Data Type (ADT), a foundational concept in computer science characterized by the ...
236 views
Implementation Of Stack Using Array In C Language | C Program To Create a Stack Using Array and Display Elements From Top ...
169 views
CS25C08 Data Structures in Tamil- Anna University Regulation 2025: https://www.youtube.com/playlist?list=PLZGHsp3Qf8o8 ...
497 views
1 view
In this lecture, we learn how to implement the Stack Data Structure using an Array in C programming. The complete ...
48 views
12d ago
Stack Operations in Data Structures | Push, Pop, Peek Explained with Examples Want to master stack operations in Data ...
7,606 views
Introduction and Roadmap: (0:00 - 1:07) Stack ADT (Last-In-First-Out): (1:07 - 5:43) Queue ADT (First-In-First-Out): (5:43 - 10:55) ...
68 views
Learn Stack Implementation Using Array in Java with complete explanation of Push, Pop, Peek, and isEmpty operations in this ...
99 views
Before we read any pseudocode, let's build the picture in our heads: how does a stack actually live inside an array? This is Video ...
5 views
In this video, the concept of Stack is introduced along with its fundamental operations: Push, Pop, and Peek. Numerical examples ...
138 views
Emil Protalinski interviews former Meta Senior Data Engineer Bhanu Prakash Reddy Rella, Bloomberg Head of Data & Analytics ...
11d ago
... Operation Peek Operation Stack Implementation (Array & Linked List) Applications of Stack Real-time Examples This ...
107 views
PROBLEM DESCRIPTION* Design a stack that supports push, pop, top, and retrieving the minimum element in constant time.
363 views
BigBrains — GetYouPlaced #13 How do you find the next greater element for every number when the array is circular?
74 views
214 views
If I had to build and launch an app completely by myself, these are the tools I'd use. In this video, I'm breaking down my entire tech ...
14,461 views
In this session, we dive deep into the Stack data structure, exploring its implementation, real-world applications, and how to crack ...
612 views
BigBrains — GetYouPlaced #14 What happens when asteroids moving in opposite directions collide? In this video, we solve ...
Two asteroids are on a collision course. Can your C++ code predict which ones survive? In this video we solve LeetCode 735 ...
271 views
In this video, we'll solve the Valid Parentheses problem using a Stack in C++. Instead of just writing the solution, we'll understand ...
79 views
237 views
Lecture 45: Stack Implementation Using Linked List | Push & Pop Operations | Dynamic Size Data Structures & Algorithms ...
31 views
3d ago
In this video, we introduce the Stack data structure, one of the most fundamental concepts in Data Structures. You'll learn how a ...
1,213 views
Video overview of "Keep Multiline Java Stack Traces as Single Events in OCI Log Analytics" from Royce Fu's AI and Cloud ...