DEV Community

Fareez Ahamed
Fareez Ahamed

Posted on

Datastructures in Go using Generics

I started a new series of videos explaining how to create Datastructures in Go using Generics. Go is a simple language that has low level features like pointers and yet simple due to its garbage collection and noise free syntax which is very similar to pseudocode. It makes the algorithms appear clear and concise.

These videos are in-detail live hands on videos where you get to see every line of code done to achieve the results. So these videos are a bit long but helps you to understand the process of coding it very well.

Check it out and share your feedback. If you want me to do any particular data-structure let me know. I'll do it

Stack

Queue

Goroutine-Safe Queue

Singly Linked List

Top comments (0)