Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/teleivo/algorithm-design-manual
Excercises from the Algorithm Design Manual book
https://github.com/teleivo/algorithm-design-manual
algorithm algorithms algorithms-and-data-structures skiena
Last synced: 1 day ago
JSON representation
Excercises from the Algorithm Design Manual book
- Host: GitHub
- URL: https://github.com/teleivo/algorithm-design-manual
- Owner: teleivo
- License: mit
- Created: 2024-01-14T05:11:55.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-07-16T05:08:21.000Z (6 months ago)
- Last Synced: 2024-11-08T18:52:56.067Z (about 2 months ago)
- Topics: algorithm, algorithms, algorithms-and-data-structures, skiena
- Language: Go
- Homepage: https://www.algorist.com
- Size: 92.8 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# The Algorithm Design Manual
Hi 😁 this is one of my learning repositories. I go through some of the exercises from the Algorithm
Design Manual book https://www.algorist.com. It is a great book you can go through together with the
lectures.Note that some the design decisions are optimized for convenience in testing and actually
implementing a solution. Most of the time the naive assumption that user input is valid is made. The
book has so many exercises that I cannot put in the same effort as I would for production code 😅.
So there is often plenty of room for refactoring which I did not spend much if any time on.## Thanks to
https://www.algorist.com has a solutions wiki which did not help me with the exercises that were
difficult for me. This one did though* http://blog.panictank.net/the-algorithm-design-manual-chapter-3
Thank you 🤩