Understand How stack Data structure works ?, Implementation using JavaScript
Jan 31, 2022 · 2 min read · What is Stack Data structure ? Stack is a type of data structure which uses last in first out method , every operation happens on same end , at the end of the stack For better understanding let's take a example of books that are stacked on one top o...
Join discussion
