ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

523 results

Learning with Video
20260407 - Data Structure & Algo - Stack - Queue (2)

We can use a stack as an auxiliary data structure in an algorithm. Even an array X so this is theory. The array, we want to find the ...

47:36
20260407 - Data Structure & Algo - Stack - Queue (2)

26 views

2 months ago

Learning with Video
20260407 - Data Structure & Algo - Stack - Queue (3)

And you can use it for the component of other data structures. Now, when you use the queue, we can also use the same like stack.

24:30
20260407 - Data Structure & Algo - Stack - Queue (3)

18 views

2 months ago

Python Morsels
Stacks and queues in Python

Use a Python list for stack operations (last-in, first-out) and collections.deque for queue operations (first-in, first-out). Read the ...

3:16
Stacks and queues in Python

106 views

2 weeks ago

Meisam Amjad
Stack & Queue in Python

You know, if you're a Python developer, you're constantly making choices about which data structure to use. And that one little ...

5:16
Stack & Queue in Python

3 views

8 months ago

JomaClass
Stack | Data Structures & Algorithms

All JomaClass videos from 2020 are now free to watch. If you enjoy please consider donating here: https://support.joma.io/ This ...

12:46
Stack | Data Structures & Algorithms

380 views

8 months ago

Tech With Tim
Data Structures  - Full Course for Beginners

This course will teach you about Data Structures and how they will apply in real-world scenarios, like computer science courses, ...

3:11:08
Data Structures - Full Course for Beginners

70,963 views

6 months ago

Jakubication
How To Use List As a Stack In Python

This video answers how to use list as a stack in Python. It goes through the three main operations of the stack: peek, push, and ...

1:38
How To Use List As a Stack In Python

12 views

6 months ago

CS50
CS50x 2026 - Lecture 5 - Data Structures

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

2:06:14
CS50x 2026 - Lecture 5 - Data Structures

96,161 views

5 months ago

Learning with Video
20260414 - Data Structure & Algo - Linked List - Tree (2)

So the data structure will have a P, Yeah position P. It is unaffected by changes as elsewhere in a list. So the only way in which a ...

49:13
20260414 - Data Structure & Algo - Linked List - Tree (2)

13 views

2 months ago

Learning with Video
20260331 - Data Structure & Algo - Recursive + Array (3)

The space used by the data structure with the array, it is on. Because we always have N number of data in the array. When we try ...

40:12
20260331 - Data Structure & Algo - Recursive + Array (3)

17 views

2 months ago

Learning Podcasts
Stacks, Queues, and Heaps in Real Code

Three small data structures quietly run half the code in your editor. The function call stack is a stack. Every message broker is a ...

8:31
Stacks, Queues, and Heaps in Real Code

221 views

1 month ago

Dion Esq.
Recursive Binary Search in Python | Call Stack Visualization & Complexity

In this video, we dive deep into the concept of Recursive Binary Search using Python. You will learn: * What Binary Search ...

21:27
Recursive Binary Search in Python | Call Stack Visualization & Complexity

27 views

3 weeks ago

HEX 1000
The Two Zones of Memory NOBODY Explains | Stack vs Heap

Every variable you've ever written lives somewhere. Most programmers never think about where. Turns out, your program has two ...

9:36
The Two Zones of Memory NOBODY Explains | Stack vs Heap

787 views

1 month ago

DataFlux
We Are DataFlux — The Data Stack, Explained & Proven | Channel Intro

Welcome to DataFlux — where we teach the data stack and prove it with real builds. In this video we cover: 00:00 — Who We Are ...

8:28
We Are DataFlux — The Data Stack, Explained & Proven | Channel Intro

5 views

2 months ago

The Complexity Lab
Visualizing the Stack: Push, Pop, and Call Stack Memory

What is a Stack, and how does it manage program memory and user actions? In this video, we visualize the Stack data structure ...

2:45
Visualizing the Stack: Push, Pop, and Call Stack Memory

7 views

10 days ago

Bauplan
Rethinking the Semantic Layer in an Agent-Native Data Stack

The semantic layer existed because humans could not read SQL. Agents can. Jacopo Tagliabue (CTO, Bauplan) makes a ...

49:56
Rethinking the Semantic Layer in an Agent-Native Data Stack

225 views

1 month ago

Cheese Bytes
You Can't Take Off a Jacket You Never Wore | Valid Parentheses

What do a fitting room and a line of parentheses have in common? We solve "LeetCode Problem 20 - Valid Parentheses" using a ...

4:38
You Can't Take Off a Jacket You Never Wore | Valid Parentheses

86 views

3 months ago

Meisam Amjad
Data Structures

00:00 Intro - why using Data Structures 01:10 List 03:15 Tuple 05:38 Set 09:42 Dictionary 13:19 Stack & Queue 18:42 Tree 20:21 ...

29:01
Data Structures

5 views

8 months ago

Top Creations 4U
Learn Data Structures And Algorithms in Python

Hey Friends! Master Data Structures in Python with this complete and beginner-friendly tutorial! Whether you're learning data ...

51:31
Learn Data Structures And Algorithms in Python

20 views

10 months ago

Trie Lab
Recursion in 10 Minutes: The 4 Step Secret That Works | DSA Fundamentals

Stop struggling with recursion! This video introduces the "Recursive Leap of Faith" — a powerful mental model that makes ...

9:25
Recursion in 10 Minutes: The 4 Step Secret That Works | DSA Fundamentals

180 views

9 months ago