Go: Learning Journey Through Algorithms
dev.to·7h·
Discuss: DEV
Flag this post

I’ve been working with Node.js and its ecosystem. Over the past few months, I’ve switched to Go and I’m getting huge enjoyment from its approach — on one hand, simplicity and no syntactic sugar (you can get diabetes from all the sugar in JS, it’s too sweet🙃), on the other hand, incredible capabilities and a greater sense of being “close to hardware.”

I decided to document my learning notes in an open repo AlgoDSgo — specifically, implementations of classic algorithms in Go. This isn’t production code, but educational examples with comments and Big O complexity analysis.

Sure, there are hundreds of similar repos... so what’s the value in opening another one? 👇

  • Classic solutions to classic CS problems, without over-engineering or language-…

Similar Posts

Loading similar posts...