Linked List in Go (Data Structures and Algorithms – Golang)



Linked List in Go (Data Structures and Algorithms – Golang)

Linked List in Go (Data Structures and Algorithms - Golang)

Linked List in Go – This is the first of a multi-part series covering data structures and algorithms in Golang

In this programming tutorial I discuss linked list which is a common starting point when learning data structures and algorithms. Major tech companies like Facebook, Amazon, Google and Netflix are notorious for requiring their candidates to have an in depth knowledge of data structures and algorithms regardless of the programming language that you are familiar with. In this tutorial I explain what linked list are and when to use them. I compare them to arrays and provide a detail coding example of how to create them.

Comments are closed.