ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

236 results

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

205 views

6 days ago

Engineer dude learning
IMPLEMENTATION OF STACK Using Array || DATA STRUCTURE || UNIT-2 Peek and Display operations

Peek void peek(){ if(top==-1){ printf("stack underflow\n"); } else{ printf("%d" , stack[top]); } } display void display(){ for(int i=top; ...

16:20
IMPLEMENTATION OF STACK Using Array || DATA STRUCTURE || UNIT-2 Peek and Display operations

124 views

5 days ago

nikkiinit
Stacks in Computer Programming

Learn one of the most essential data structures in computer programming: "the Stack". Whether you're learning Python, Java, C++, ...

30:47
Stacks in Computer Programming

21 views

2 days ago

Xano
The AI-First Stack: Xano + Cursor + Claude Working Together

What if you could build the most critical part of a two-sided marketplace—a secure user experience—in under five minutes?

9:03
The AI-First Stack: Xano + Cursor + Claude Working Together

280 views

4 days ago

SEM - English Grammar_Aptitude_Logical Reasoning
Mastering the Stack - Learn with Ease

Imagine you are super hungry and you grab a can of Pringles. You pop the lid. Which chip do you eat first? The one at the very top ...

0:40
Mastering the Stack - Learn with Ease

0 views

2 days ago

Coder MCA wallah
12  Introduction to Stacks

Is playlist me aap Data Structures and Algorithms (DSA) using C Language ko bilkul basic level se lekar advanced level tak detail ...

6:50
12 Introduction to Stacks

0 views

5 days ago

SM training academy
Implementing stack initialization function

If you wish to take up the course with full resources kindly use the link below: Udemy: ...

10:00
Implementing stack initialization function

67 views

3 days ago

Coder MCA wallah
13  Top of the stack

Is playlist me aap Data Structures and Algorithms (DSA) using C Language ko bilkul basic level se lekar advanced level tak detail ...

5:49
13 Top of the stack

0 views

5 days ago

Codotaku
How to make an array based queue data structure in C

How to make an array based queue data structure in C + Raylib visualization at the end! In computer science, a queue is an ...

24:49
How to make an array based queue data structure in C

165 views

2 days ago

dr Jonas Birch
Coding a Graphical User Interface in C - from scratch

"Code a GUI from scratch in C! Build a 2D graphics engine & display custom windows in this epic 2-part tutorial. Subscribe now!

11:53:42
Coding a Graphical User Interface in C - from scratch

16,234 views

4 days ago

GATE Wallah - EE, EC, CS & IN
Data Structure One Shot | Maha Revision | CS & IT | Mission GATE 2026

Session By Abhishek Sharma Sir Revise the complete Data Structure syllabus with this One Shot Maha Revision session for CS ...

7:04:17
Data Structure One Shot | Maha Revision | CS & IT | Mission GATE 2026

6,198 views

Streamed 1 day ago

Arduino under the Hood
C Programming Essentials for Embedded Systems: Types, Pointers, Data Structures, and Function Calls

Links: Exercises: 1. String Concatenation: ...

34:09
C Programming Essentials for Embedded Systems: Types, Pointers, Data Structures, and Function Calls

10 views

4 days ago

DailyTechByteHub
Stack in C++ | Array Implementation Tutorial [Nepali]

In this video, you will learn how to implement a Stack in C++ using a fixed-size array with clear Nepali explanation. This tutorial ...

13:33
Stack in C++ | Array Implementation Tutorial [Nepali]

21 views

6 days ago

Tech Strong With Shobhit
EPISODE 11: Inside a Program’s Memory Layout | Text • Data • BSS • Heap • Stack

Ever wondered where your code actually lives in memory after you run a program? In this episode, we break down the REAL ...

7:45
EPISODE 11: Inside a Program’s Memory Layout | Text • Data • BSS • Heap • Stack

49 views

1 day ago

MOHAMMAD RIZWAN
STACK IN DATA STRUCTURE THEORY AND ALGORITHMS EXAMPLES

STACK IN DATA STRUCTURE THEORY AND ALGORITHMS EXAMPLES mohammad RIZWAN 8676 follow instragram ID ...

13:40
STACK IN DATA STRUCTURE THEORY AND ALGORITHMS EXAMPLES

8 views

5 days ago

Coder MCA wallah
22  Balanced Paranthesis checking using stack in c

Is playlist me aap Data Structures and Algorithms (DSA) using C Language ko bilkul basic level se lekar advanced level tak detail ...

8:34
22 Balanced Paranthesis checking using stack in c

0 views

5 days ago

Coder MCA wallah
15  Stack overflow and Stack underflow

Is playlist me aap Data Structures and Algorithms (DSA) using C Language ko bilkul basic level se lekar advanced level tak detail ...

5:48
15 Stack overflow and Stack underflow

0 views

5 days ago

EduFulness EFN
🔥 Arrays Explained from Scratch | 1D Array in Python | Data Structures and Algorithms

In this video, you will learn **Arrays from scratch**, explained in a **simple, visual, classroom-style approach** using **Python**.

9:35
🔥 Arrays Explained from Scratch | 1D Array in Python | Data Structures and Algorithms

42 views

16 hours ago

Coder MCA wallah
18  Reversing a string using stack   C Code

Is playlist me aap Data Structures and Algorithms (DSA) using C Language ko bilkul basic level se lekar advanced level tak detail ...

14:06
18 Reversing a string using stack C Code

0 views

5 days ago

Five Radio
Looking for a Programming Job? Master These 5 Skills

5 Programming Skills Employers ACTUALLY Look For | Coding Skills That Can Get You Hired In this video, we break down 5 ...

5:50
Looking for a Programming Job? Master These 5 Skills

0 views

5 days ago