Hey Gophers! Welcome to my Go Data Structures Crash Course! In this course, we will be covering some of the fundamental data structures in programming and how you can implement them in your own Go applications!
Once we have covered these fundamental data structures, we’ll be moving on to look at some of the most common sorting and searching algorithms.
This course will assume a fairly minimal level of Go knowledge as we’ll be trying to focus on the concepts and less so on the syntax itself.