Implementing a stack with an array of fixed size
Introduction
As discussed in the last episode on stack data structure, we learnt about the various ways a stack could be implemented, as:
Linked Lists
Arrays
and I implemented a stack with singly linked list, here is the link to the previous articl...
chigbogu.hashnode.dev3 min read
Jeff Kingsley
Very good work bro...I enjoyed it