Golang Tutorial: Create A Generic Queue & LinkedList Data Structures (part 1)



Golang Tutorial: Create A Generic Queue & LinkedList Data Structures (part 1)

Golang Tutorial: Create A Generic Queue & LinkedList Data Structures (part 1)

In this latest Golang Tutorial, we learn how to create a generic LinkedList data structure to showcase Go`s introduction of generics. You will need go.18 to follow along.

PART 2: https://youtu.be/YcCZsGPjrc8

Code sample: https://github.com/joefazee/generic-ds-in-go

Code sample: https://github.com/joefazee/generic-ds-in-go

I will be releasing the second part of this video that teaches how to implement a generic queue in Go. Remember to support the channel by subscribing.

Comments are closed.