I wanna information about stack

Status
Not open for further replies.

manubatham20

Broken In
I wanna info about stack in simple and explainatory way. Will anyone please provide me more info that how to create it, what restrictions it follows-(linear/circular) and more details, as can we insert more than one elements at a time blah blah blah.... Please kindly anyone provide this to me or any good site which contains all this information.
 

lilovirus

Broken In
Are you talking about memory stack or stack data structure ??

I wanna info about stack in simple and explainatory way. Will anyone please provide me more info that how to create it, what restrictions it follows-(linear/circular) and more details, as can we insert more than one elements at a time blah blah blah.... Please kindly anyone provide this to me or any good site which contains all this information.
 

speedyguy

Cyborg Agent
u can use pointers or linked list to operate stack....last in first out order....assign a pointer 2 last operated item n use it fr push operation....keep it on count for push n pop operation

Enjoy~!
 
Status
Not open for further replies.
Top Bottom