Data Structures with Go - Part 1: A crash course in Go + Linked Lists
All code from this tutorial can be found here.
After completing this tutorial you should be able to:
Use functions, structs, and pointers in Go
Create linked lists
Traverse the linked list, find its length and print out the nodes in the linked li...
aahansingh.hashnode.dev13 min read