Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/teleivo/go-algorithms

Learning and having fun with Go and algorithms and datastructures 😄ī¸ 🧠ī¸ 😄ī¸
https://github.com/teleivo/go-algorithms

algorithms algorithms-and-data-structures algorithms-datastructures go golang graph graph-algorithm graph-algorithms graphs

Last synced: 17 days ago
JSON representation

Learning and having fun with Go and algorithms and datastructures 😄ī¸ 🧠ī¸ 😄ī¸

Awesome Lists containing this project

README

        

# go-algorithms

[![build and test](https://github.com/teleivo/go-algorithms/actions/workflows/build_test.yml/badge.svg)](https://github.com/teleivo/go-algorithms/actions/workflows/build_test.yml) [![golangci-lint](https://github.com/teleivo/go-algorithms/actions/workflows/golangci-lint.yml/badge.svg)](https://github.com/teleivo/go-algorithms/actions/workflows/golangci-lint.yml) [![codecov](https://codecov.io/gh/teleivo/go-algorithms/branch/main/graph/badge.svg?token=SFQKIVD00Y)](https://codecov.io/gh/teleivo/go-algorithms)

Having fun with algorithms and datastructures 😄ī¸đŸ§ ī¸đŸ˜„ī¸ while learning Go.

## Resources

I highly recommend the following free courses

- [Princeton Algorithms, Part I](https://www.coursera.org/learn/algorithms-part1)
- [Princeton Algorithms, Part II](https://www.coursera.org/learn/algorithms-part2)

It took me way longer to complete them than suggested by Coursera. The course
was tough but simply beautiful 🤩ī¸. Take your time and enjoy the challenge. I
would also recommend reading the accompanying book `Algorithms, 4th Edition by Robert Sedgewick and Kevin Wayne`. The course website
[Algorithms](https://algs4.cs.princeton.edu/home/) is also a great resource to
visit again in search for an algorithm.