#stack
Read more stories on Hashnode
Articles with this tag
To implement a stack in golang we can make use of the slice datatype which golang provides which allows us to modify the size on the fly. If we were...