Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/rhcarvalho/the-algorithm-design-manual

Exercises from the book The Algorithm Design Manual
https://github.com/rhcarvalho/the-algorithm-design-manual

algorithm exercise

Last synced: 4 days ago
JSON representation

Exercises from the book The Algorithm Design Manual

Awesome Lists containing this project

README

        

# the-algorithm-design-manual
Exercises from the book The Algorithm Design Manual, second edition, by Steven Skiena.

Chapters with exercises:

1. Introduction to Algorithm Design
2. Algorithm Analysis
3. Data Structures
4. Sorting and Searching
5. Graph Traversal
6. Weighted Graph Algorithms
7. Combinatorial Search and Heuristic Methods
8. Dynamic Programming
9. Intractable Problems and Approximation Algorithms