STACK IMPLEMENTATION USING LINKED LIST - DATA STRUCTURES

  Рет қаралды 90,212

Sundeep Saradhi Kanthety

Sundeep Saradhi Kanthety

Күн бұрын

STACK IMPLEMENTATION USING LINKED LIST
1) PUSH OPERATION (INSERTION)
2) POP OPERATION (DELETION)
3) DISPLAY
---------------------------------------------------------------------------------------------------------------
DATA STRUCTURES
• INTRODUCTION TO DATA S...
JAVA PROGRAMMING
• CORE JAVA TUTORIAL FOR...
COMPILER DESIGN
• INTRODUCTION TO COMPIL...
AUTOMATA THEORY || THEORY OF COMPUTATION
• INTRODUCTION TO AUTOMA...
R PROGRAMMING
studio.youtube...
HTML TUTORIALS WITH IMPLEMENTATION || LEARN HTML IN 4 HOURS
• HTML TUTORIALS WITH IM...
LEARN CSS IN 3 HOURS || CASCADING STYLE SHEETS FOR BEGINNERS
• LEARN CSS IN 3 HOURS |...
JAVA SCRIPT FOR BEGINNERS IN 7 HOURS || LEARN JAVA SCRIPT IN 7 HOURS || JAVA SCRIPT
• JAVA SCRIPT FOR BEGINN...
XML (eXtensible Markup Language)
• XML (eXtensible Markup...
OPERATING SYSTEM
• OPERATING SYSTEM
ETHICAL HACKING
• Video
VI EDITOR BASICS IN LINUX / UNIX || LEARN VI EDITOR COMMANDS || LINUX || UNIX
• VI EDITOR BASICS IN LI...
HOW TO DOWNLOAD & INSTALL MySQL IN WINDOWS 10
• HOW TO DOWNLOAD & INST...
DATABASE MANAGEMENT SYSTEM
• DATABASE MANAGEMENT SY...
PYTHON PROGRAMS
• PYTHON PROGRAMS
C PROGRAMMING
• 01 - VARIABLES & CONST...
CORE JAVA TUTORIAL FOR BEGINNERS || LEARN CORE JAVA IN 15 HOURS || JAVA TUTORIALS FOR BEGINNERS
• CORE JAVA TUTORIAL FOR...
PYTHON TUTORIALS FOR BEGINNERS (తెలుగు లో)
• Python in One Shot(తెల...
PYTHON OOPS - MODULES - EXCEPTION HANDLING (తెలుగు లో)
• PYTHON - OOPS CONCEPTS...
PYTHON NUMPY TUTORIAL IN TELUGU (తెలుగు లో) || COMPLETE NUMPY TUTORIALS IN TELUGU
• PYTHON NUMPY TUTORIAL ...
PYTHON PANDAS TUTORIAL IN TELUGU (తెలుగు లో) || COMPLETE PANDAS TUTORIALS IN TELUGU || DATA SCIENCE
• PYTHON PANDAS TUTORIAL...
MATPLOTLIB LIBRARY - PYTHON PROGRAMMING (ENGLISH)
• MATPLOTLIB LIBRARY - P...
PYTHON DATABASE CONNECTIVITY - MYSQL & MS-EXCEL
• PYTHON DATABASE CONNEC...
DATA STRUCTURES USING PYTHON (ENGLISH)
• DATA STRUCTURES USING ...
----------------------------------------------------------------------------------------------
Instagram : / sundeepsaradhikanthety

Пікірлер: 54
@jagadevaas9169
@jagadevaas9169 4 жыл бұрын
Hi sir, after the video please post an sample program.... with variable declarations and everything.... so that it will be easy....
@nickbeats9883
@nickbeats9883 3 жыл бұрын
was struggling with for the whole day...you explained it in such an easy way..Thanks a lot.
@arnabroy4870
@arnabroy4870 5 жыл бұрын
Please show the implementation in a compiler. Plzz sir!!
@keerthireddy6467
@keerthireddy6467 3 жыл бұрын
Yes sir...pls do it in a compiler...
@harshalsehgal2001
@harshalsehgal2001 4 жыл бұрын
3:57 shouldn't it be struct node* ??
@sashneeta25
@sashneeta25 4 жыл бұрын
Hi sir, your videos are amazing I've been learning alot from your videos. Just a small suggestion regarding these data structures. It would be more convenient if you can make the videos in eclipse format or show the implementation in eclipse for java. Thank you
@santhoshbaride5728
@santhoshbaride5728 3 жыл бұрын
Hai sir Your all videos are amazing👍 End of video Plz post an sample program
@madiyajalal5559
@madiyajalal5559 2 жыл бұрын
God bless u sir.....keep making such vedios
@geetasharma7829
@geetasharma7829 5 жыл бұрын
Your lectures always increase my knowledge thankyu sandeep ji
@arun-c-0197
@arun-c-0197 9 ай бұрын
THANK YOU SIR FOR YOUR WONDERFULL EXPLANATION
@Rahul-rr8wx
@Rahul-rr8wx 3 жыл бұрын
Sir, it would be amazing if you could solve a question using a linked list implementation. Makes it easier to understand how to apply this.
@dathunaikl403
@dathunaikl403 Жыл бұрын
Thank you so much sir your classes are good it is easy to understand sirrr
@BDATTASURYARA
@BDATTASURYARA 3 жыл бұрын
Kinguuu kingu super
@jcjc2356
@jcjc2356 2 жыл бұрын
Thank you sir , it's really helpful for us.
@saadmaksood
@saadmaksood 5 жыл бұрын
Thanks sir keep creating the videos💖
@vinmo8326
@vinmo8326 Жыл бұрын
Great sir!!
@venki7130
@venki7130 5 жыл бұрын
Kudos to you ✌️
@thehinduanalysistamil8194
@thehinduanalysistamil8194 2 жыл бұрын
Amazing sir . Thank you so much ❤❤
@sanaboinasatyanarayana7698
@sanaboinasatyanarayana7698 4 жыл бұрын
Thank you sir very clear
@nandini5717
@nandini5717 3 жыл бұрын
Sir, why the objects of struct(new, temp, top) are not taken as pointers ?????
@mickyman753
@mickyman753 3 жыл бұрын
they should be taken as pointers ,as normal objects/variables can't handle the address part of the node ,so all three variables of struct node must be pointer variables
@muthukumara8792
@muthukumara8792 5 жыл бұрын
Thank you Sir ..it is very useful for me..
@indhupriya1970
@indhupriya1970 3 жыл бұрын
Hats off
@PramodPyati
@PramodPyati 4 жыл бұрын
Use a sequence of memory allocation calls in order to create a linked list of one hundred complex numbers, where for each k=1,2,…, 100 the k-th number in the list is k2 + I(-1) kk2?
@AmitSingh-ro2wr
@AmitSingh-ro2wr 4 жыл бұрын
Very nice sir
@manikandan2890
@manikandan2890 5 жыл бұрын
Thank you sir... Make more videos....
@trendingusefullvideosinall1421
@trendingusefullvideosinall1421 2 жыл бұрын
Thank you sir 🙏💐🙏
@kirisko3067
@kirisko3067 5 жыл бұрын
20:01 The crying child haha Thank you though for the tutorial.
@shanthidubbaka9947
@shanthidubbaka9947 2 жыл бұрын
Sir can you post the videos on data engineering with python plz
@ishagupta3323
@ishagupta3323 5 жыл бұрын
Sir, i have some doubt that why next is taken as pointer as well as struct node type?? Plz help me sir
@urvashiagarwal5581
@urvashiagarwal5581 4 жыл бұрын
Because next pointer will store the address of same data type as of the node present in the stack.. So it's done to make a self referential structure.#codewithdrv
@anushagoudthalla4863
@anushagoudthalla4863 2 жыл бұрын
Structure stores multivariables in continuous memory location nd pointer is a self referential that's why!!!!
@umaparvathi7007
@umaparvathi7007 10 ай бұрын
sir can i write thisd for exam can i score full marks]
@rahulpurbey1362
@rahulpurbey1362 4 жыл бұрын
Thanks sir
@commonvoter6398
@commonvoter6398 4 жыл бұрын
Thanks
@jayanthivikas7478
@jayanthivikas7478 3 жыл бұрын
New temp and top are the pointers know sir then why u didn't gave dereeference operator to it sir
@manjunadhbaki796
@manjunadhbaki796 Жыл бұрын
Please show it using the compiler or place the complete program in the description so we can understand it as if now I am getting a lot of errors while making programs
@manjunadhbaki796
@manjunadhbaki796 Жыл бұрын
but thanks to the video I am able to understand the concept
@ramyasunny3196
@ramyasunny3196 3 жыл бұрын
New temp top all should be pointer variables
@yarramneninikhil1299
@yarramneninikhil1299 4 жыл бұрын
Née, temp all those are pointers know sir
@technohacker5986
@technohacker5986 4 жыл бұрын
Sir what about peek operations sir we want another video on it
@cpavithra8880
@cpavithra8880 4 жыл бұрын
Sir, please explain stacks using dynamic arrays
@Akashjosh
@Akashjosh 3 жыл бұрын
2:15 topic starts
@umaparvathi7007
@umaparvathi7007 10 ай бұрын
sir pls reply if i write this in exam can score fu;ll marks or not
@yashwantingle9516
@yashwantingle9516 3 жыл бұрын
Using linked list is there are no underflow and overflow conditions in stack.
@San-pt1mx
@San-pt1mx 4 жыл бұрын
Sir u tell me about how import the file data into link list in c plz do it one video sir
@rakam_nagar
@rakam_nagar 3 жыл бұрын
Sir the down part is not visible ....due to subtitles
@ravisah8179
@ravisah8179 4 жыл бұрын
Sir 'TOP' should also be pointer to structure?
@user-dk8dy3ri1w
@user-dk8dy3ri1w 3 жыл бұрын
Yes
@pavanvenkat2360
@pavanvenkat2360 4 жыл бұрын
Sir, could you please give a code in c++ for this.?
@shankar6voruganti794
@shankar6voruganti794 5 жыл бұрын
Sir avail ante entiii
@ashokkumargolagana8976
@ashokkumargolagana8976 Жыл бұрын
Hi sir..try to explain in telugu then oly everyone will understand what you are teaching..when teaching in english May be some students and some students not understand..its my humble request to now on words any programming language implement in telugu..
@mjprakash1780
@mjprakash1780 2 жыл бұрын
9:39 code without repetition new->data = value; if(top == NULL){ new->next = NULL; }else{ new->next = top; } top = new;
QUEUE IMPLEMENTATION USING LINKED LIST - DATA STRUCTURES
21:26
Sundeep Saradhi Kanthety
Рет қаралды 61 М.
STACK IMPLEMENTATION USING ARRAYS - DATA STRUCTURES
26:23
Sundeep Saradhi Kanthety
Рет қаралды 163 М.
Glow Stick Secret Pt.4 😱 #shorts
00:35
Mr DegrEE
Рет қаралды 19 МЛН
Matching Picture Challenge with Alfredo Larin's family! 👍
00:37
BigSchool
Рет қаралды 53 МЛН
The Joker kisses Harley Quinn underwater!#Harley Quinn #joker
00:49
Harley Quinn with the Joker
Рет қаралды 43 МЛН
3.3 Stack implementation using Linked List | Data Structures and Algorithm Tutorials
27:01
Singly Linked List | Data Structures
14:05
Amulya's Academy
Рет қаралды 92 М.
STACK APPLICATION : BALANCING SYMBOLS - DATA STRUCTURES
25:56
Sundeep Saradhi Kanthety
Рет қаралды 29 М.
QUEUE IMPLEMENTATION USING ARRAYS - DATA STRUCTURES
28:10
Sundeep Saradhi Kanthety
Рет қаралды 139 М.
TREE TERMINOLOGY - DATA STRUCTURES
30:12
Sundeep Saradhi Kanthety
Рет қаралды 96 М.
3.2 Implementation of Stack using Array | Data Structure and Algorithm Tutorials
17:27