#stackdatastructure
Read more stories on Hashnode
Articles with this tag
We covered array and linked lists in previous article. Now we got a much simpler data structure "Stack". It represents a simple list which only allows...