ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

1,194 results

algopk
Stack Data Structure Explained with Animation | DSA for Beginners

In this video, we dive deep into the Stack Data Structure using high-quality animations to make learning DSA easy and intuitive.

6:05
Stack Data Structure Explained with Animation | DSA for Beginners

0 views

2 days ago

CodeLucky
Max Stack Design - Find Maximum in O(1) Time | Data Structures

Learn how to design a Max Stack data structure that supports push, pop, and finding the maximum element all in constant time ...

3:23
Max Stack Design - Find Maximum in O(1) Time | Data Structures

0 views

4 days ago

CodeLucky
Stack Data Structure Explained | LIFO Basics for Beginners

Learn the Stack Data Structure in less than 5 minutes! In this video, we break down the fundamental concept of Stacks in ...

3:30
Stack Data Structure Explained | LIFO Basics for Beginners

11 views

4 days ago

CodeLucky
Infix to Postfix Conversion Algorithm (Stack Data Structure) - Coding Interview Problem

Learn how to convert Infix expressions to Postfix (Reverse Polish Notation) using the Stack data structure! In this video, we ...

4:12
Infix to Postfix Conversion Algorithm (Stack Data Structure) - Coding Interview Problem

5 views

4 days ago

JavaScript Mastery
Full Stack Engineering Course | Build and Deploy a Full Stack PERN Admin Dashboard in 2026

Master the PERN stack in this comprehensive guide, starting with a theoretical crash course on PostgreSQL, Express, React, and ...

7:53:22
Full Stack Engineering Course | Build and Deploy a Full Stack PERN Admin Dashboard in 2026

64,672 views

2 days ago

Engineer dude learning
INTRODUCTION OF STACK || DATA STRUCTURE || UNIT-2 SATCK WITH EXAMPLES

what is stack.

8:33
INTRODUCTION OF STACK || DATA STRUCTURE || UNIT-2 SATCK WITH EXAMPLES

186 views

2 days ago

CodeLucky
Valid Parentheses - Stack Data Structure Algorithm Tutorial

Learn how to solve the classic 'Valid Parentheses' coding interview problem using the Stack data structure! In this video, we ...

4:17
Valid Parentheses - Stack Data Structure Algorithm Tutorial

0 views

4 days ago

Dileep Thoutam
Implementing a stack in Java | Stack Data Structure | ArrayStack | LinkedStack

in this video i'll be explaining how you would implement a stack with two approaches one with arrays and one with linked list i'll ...

53:18
Implementing a stack in Java | Stack Data Structure | ArrayStack | LinkedStack

0 views

4 days ago

TeachSmart AI Academy
Intermediate Python | Lesson 12: Data Structures - Stacks & Queues

Ready to think like a software architect? In Lesson 12 of our Intermediate Python course, we move beyond basic lists and ...

5:23
Intermediate Python | Lesson 12: Data Structures - Stacks & Queues

0 views

2 days ago

Professor Basnet
Video - Stack implementation and applications  in Python

what is a stack data structure? - what are some applications of stack? - how to implement a stack in Python? - Kattis problems and ...

6:15
Video - Stack implementation and applications in Python

1 view

3 days ago

Engineer dude learning
IMPLEMENTATION OF STACK Using Array || DATA STRUCTURE || UNIT-2 SATCK WITH EXAMPLES

Write header line #define MAX 5 int stack[MAX]; int top = -1; // empty void push(int value){ if(top==MAX-1){ printf("stack overflow\n") ...

30:39
IMPLEMENTATION OF STACK Using Array || DATA STRUCTURE || UNIT-2 SATCK WITH EXAMPLES

92 views

1 day ago

CodeLucky
Valid Parentheses Problem Explained - Stack Data Structure Solution

Learn how to solve the classic 'Valid Parentheses' coding interview problem using the Stack data structure! In this ...

4:31
Valid Parentheses Problem Explained - Stack Data Structure Solution

8 views

7 days ago

CBSE TechTalks
STACK – Data Structure |Python Programming| CBSE XII Computer Science | CBSE TechTalks

In this video, we explain STACK – Data Structure as per CBSE Class XII Computer Science syllabus. Topics Covered ...

19:42
STACK – Data Structure |Python Programming| CBSE XII Computer Science | CBSE TechTalks

0 views

4 hours ago

polytechcodecorner
Stack data structure explained using simple animation.Perfect for DSA beginners.#programming #dsa
0:22
Stack data structure explained using simple animation.Perfect for DSA beginners.#programming #dsa

1,653 views

6 days ago

GDGC DBIT
Day 13 | Introduction to Stack | Basics for Beginners & Revision for Pros

We're officially starting the Stack data structure in our DSA journey For Beginners: This is the perfect point to join in — we'll ...

52:07
Day 13 | Introduction to Stack | Basics for Beginners & Revision for Pros

0 views

2 days ago

CodeLucky
Simplify Unix Path - LeetCode 71 - Stack Data Structure Explained

Learn how to solve the 'Simplify Unix Path' (Canonicalize File Path) problem using the Stack data structure! In this video, we ...

4:06
Simplify Unix Path - LeetCode 71 - Stack Data Structure Explained

4 views

6 days ago

Perfect Computer Engineer
ADT of Stack 🔥

This lecture is about ADT of Stack in Data Structures which explains that what is the working of Stack and writing the Stack from ...

18:16
ADT of Stack 🔥

330 views

6 days ago

Professor Basnet
Podcast - Stack implementation and applications  in Python

what is a stack data structure? - what are some applications of stack? - how to implement a stack in Python? - Kattis problems and ...

10:09
Podcast - Stack implementation and applications in Python

0 views

3 days ago

TheCodersHub
Learn Stacks in a Simple Way

Comment below: What other data structure should I cover next? #Python #DataStructures #CodingForBeginners #PythonTutorial ...

11:10
Learn Stacks in a Simple Way

4 views

7 days ago

The Code Pathshala
🔥 Time & Space Complexity of Stack | Stack Data Structure | Big-O Explained

Want to master Time Complexity and Space Complexity of Stack for DSA and coding interviews? In this video, we explain Stack ...

2:58
🔥 Time & Space Complexity of Stack | Stack Data Structure | Big-O Explained

6 views

6 days ago