Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/rhcarvalho/the-algorithm-design-manual
- Owner: rhcarvalho
- License: mit
- Created: 2015-03-16T15:23:29.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-03-16T15:39:52.000Z (over 9 years ago)
- Last Synced: 2024-06-12T18:41:39.036Z (5 months ago)
- Topics: algorithm, exercise
- Size: 145 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
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