Golang Algorithm & Data Structures

16 June 2021

Intro :flashlight:

Go’s amazing performance and use cases is making technologies and apps ditch their old language for go. As an aspiring software engineer, I want to familiarize myself with this language to serve as a base foundation for my skills in building apps with go.

Where

It’s available on github!

Why Algo/DS instead of some app

Honestly, it’s to help me land my first entry level software engineering job in my dream tech company by passing the technical interview and going the extra mile!

Also, go is definitely too deep and broad for a lone undergraduate to learn a whole lot about. I really would like to learn how the best go coders really write go to make things that provide value.

Algorithms

Implementation and unit tests

Data Structures

Implementation and basic operations

Challenges

The more juicy stuff