What do you mean by stack ? Mention it's characteristic
What do you mean by stack ? Mention it's characteristic and applications in real life
-
C - 11298 Views
- 6 Answers
Your Answer
A stack is a type of data structure which is used to store objects and it works on LIFO(Last In First Out Paradigm). It's size not defines at the start of a program.
-
- 16 May
- 0 Comments
- Share
Comments
Didn't get the answer.
Contact people of Talent-Data Structure directly by clicking here
-
Stack Problem
-
can someone help me with below logic please?
-
what do you mean by queue data structure ?
-
In real life , where can we find the applications of data structures ?
-
Which data structure is used for dictionary and spell checker?
-
Convert Binary Tree to DLL in-place
-
Difference between Stack and Queue
-
Query on deletion operation of Binary Search Tree
-
Address in multi dimensional array
-
peek() operation in Stack data structure