Skip to content
/ tadm Public

Solutions to problems from The Algorithm Design Manual.

Notifications You must be signed in to change notification settings

tdanniels/tadm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Solutions to odd-numbered problems from the second edition of The Algorithm Design Manual.

The text portions of the solutions under src/ are written in Pandoc-flavoured Markdown, and thus don't look very good in, e.g., Github's Markdown viewer.

To build a PDF of the solutions, run make in the project root.

To test the code portions of the solutions, run make test in the project root.

PDF dependencies:

Test dependencies:

  • Python (3.9+)
  • A recent Rust compiler
  • A C compiler

About

Solutions to problems from The Algorithm Design Manual.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published