Hacker News new | ask | show | jobs
by bogomipz 3282 days ago
This is great. I am curious if anyone else knows of a similar cookbook for Golang.
2 comments

I have implemented quite a few algorithms and data structures for fun here [1]. It's not authoritarive by any means, and not everything is in Go (there's also some Rust, Swift, TS and JS), but maybe a few things could turn up useful.

[1] https://github.com/peferron/algo

Awesome. Thanks for the links.