https://github.com/till213/back-to-school
Algorithms & data structures
https://github.com/till213/back-to-school
Last synced: 3 months ago
JSON representation
Algorithms & data structures
- Host: GitHub
- URL: https://github.com/till213/back-to-school
- Owner: till213
- License: mit
- Created: 2019-11-16T15:44:29.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2022-06-14T15:01:24.000Z (almost 3 years ago)
- Last Synced: 2025-01-05T02:42:21.142Z (5 months ago)
- Language: Go
- Size: 3.42 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Back to School
## Algorithms & data structuresImplementation of various algorithms and data structures, with the aim to learn Go.
## References
* Algorithms & Data Structures, Jürg Nievergelt, Klaus H. Hinrichts, 1993 Prentice-Hall
* Introduction to Algorithms, Thomas H. Cormen, Charles E. Leiserson, Ronald L. Rivest, 1997 MIT Press
* Algorithms and Data Structures, Niklaus Wirth 1985 (2004)## Useful Resources
* [Big Oh Cheat Sheet](https://www.bigocheatsheet.com/)
* [Solutions to Introduction to Algorithms (Third Edition)](https://walkccc.github.io/CLRS/)
* [Hacker Rank (YouTube)](https://www.youtube.com/channel/UCOf7UPMHBjAavgD0Qw5q5ww/videos)
* [Algorithms (Khan Academy)](https://www.khanacademy.org/computing/computer-science/algorithms)## Go Specific Resources
* [Slice Tricks (GitHub)](https://github.com/golang/go/wiki/SliceTricks)