Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 đī¸ đ§ ī¸ đī¸
- Host: GitHub
- URL: https://github.com/teleivo/go-algorithms
- Owner: teleivo
- License: mit
- Created: 2021-08-14T09:45:36.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-08-18T05:19:34.000Z (over 3 years ago)
- Last Synced: 2024-11-08T18:52:56.067Z (2 months ago)
- Topics: algorithms, algorithms-and-data-structures, algorithms-datastructures, go, golang, graph, graph-algorithm, graph-algorithms, graphs
- Language: Go
- Homepage:
- Size: 34.2 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.