Which of the following about stack data structure is not correct
Answers
Answered by
0
Answer:
Sorry...Nothing is attached with it...can you again post it correctly I try give answer.
Explanation:
Stack follows LIFO or FILO mechanism.It is used for recursion and checking paranthesis balance,etc.
Example for FILO is arranged plates
DFS(Depth First Search) uses stack datastructure.
Similar questions