Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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 🤩