Data Structures with Go - Part 5: Stacks with Linked Lists
All code from this tutorial can be found here.
After completing this tutorial you should be able to:
Understand the organization of code in Go.
Use linked lists to implement stacks in Go.
This article is going to be a short one. One you can proba...
aahansingh.hashnode.dev4 min read