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

Sentry image

See why 4M developers consider Sentry, “not bad.”

Fixing code doesn’t have to be the worst part of your day. Learn how Sentry can help.

Learn more

Top comments (0)

Hostinger image

Get n8n VPS hosting 3x cheaper than a cloud solution

Get fast, easy, secure n8n VPS hosting from $4.99/mo at Hostinger. Automate any workflow using a pre-installed n8n application and no-code customization.

Start now

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay