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 - 11300 Views
- 6 Answers
Your Answer
the stack is a data structure which is used to store elements and follows the property of FILO (first in last out) , few of the terms to be aware of are top(top element of stack) , push (elements insertion into stack) , pop (elements deleted from stack). it is used in evaluation of infix and postfix expressions
-
- 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