Stack Implementation in Tamil | Data Structures | Ep-3 | Code io

preview_player
Показать описание
In this video, we will be learning how to implement stack in c.
Watch now and take your understanding of Stack data structure to the next level!
___________________________________

Follow us on
Instagram

Linkedin

___________________________________

Chapters:
0:00 - Intro
0:21 - Requirements
5:25 - push( )
5:57 - isFull( )
8:00 - push( )
7:59 - push( )
11:32 - pop( )
11:47 - isEmpty( )
12:57 - pop( )
16:30 - peek( )
17:47 - choice based program
24:00 - Output
25:40 - printStack( )
28:52 - Output
29:55 - Changes
31:48 - Upcoming

___________________________________

Keywords:
Stack in C
LIFO Principle
Stack data structure Tamil
Stack implementation in Tamil
Tamil Stack explanation
Stack operation in Tamil
Stack theory in Tamil
Stack implementation explained in Tamil
Tamil Stack tutorial
Stack in Tamil language
Stack data structure visualized in Tamil
Stack algorithms in Tamil
DSA Introduction
Data Structures and Algorithms
DSA Fundamentals
DSA Concepts
DSA for beginners
DSA Basics
Data Structures Overview
Data Structures and Algorithms in Programming
DSA Interview Preparation
DSA Tutorial
Stack Code in C
Stack implementation in c
___________________________________
Music track: Biscuit by Lukrembo
Royalty Free Music for Videos (Safe)
___________________________________
Рекомендации по теме
Комментарии
Автор

Whole stack operators concept in just 30 minutes. Mass bro neenga🔥

Hemapriyanselvaraj
Автор

26:52
pop() function does not actually delete the value it just decreases the top value(considered to be the boundary of the stack). but capacity stores the initial value 5. If we use capacity in for loop inside printStack() it prints all the elements including the popped elements from the stack...
I hope this is correct...
continuing to your video anna....

Yogesh-mk
Автор

clearly understood bro....big fan keep going...please continue posting videos on data structure soon..waiting

sibaathahmed
Автор

31:23 bro thaniya oru variable declaration pani assign pani print aagama paathukurathuku if clause la if(pop()!=-1){printf("Element popped : %d\n"); ipdi kudukalam la

visaalmuthukumar
Автор

satthiyama neenga solli kodutha intha program sutthama purela bro enna pannanum nu sollunga bro

landocleatus
Автор

Top is the one which would be pointing the last element in the list, so we should print the element until the "top"

lalithkiddo
Автор

Bro queue for data structure konjam explain pannunga bro

Kollivaai
Автор

enaku neriya doubts iruku atha ungalala clear panna mudiyuma bro

landocleatus
Автор

Bro, neenga enna field la pora idea ?? Deveopper or ??? Ungada brother enna field

afraarsDiary
Автор

Bro in zoho DotNet projects available or only JAVA projects? ?

ajith
Автор

Which compilr you use bro online or offline

pragadeesh
Автор

Hello bro

C la macros pathi sollithanga

Please bro

C la Neenga ellam topicsum cover pannitinga ana macros mattum miss pannitinga bro

babyranipoovalingam
Автор

Bro for pop() function we can use void option aham chat gpt la poten vathuchu bro and enga clg notes layum void pop nu than iruku

iam_mugunthan_
Автор

Anna orru helo c++ stack program data structure explain pannunga anna pls

jayasankardevi
Автор

Sir, circular queue nte, video upload cheyamo.. Plz sir.. More videos expected..

sreeshma.rsreeshmaramesh
Автор

Because u already #define capacity kuduthitingala bro

GSongzz