2 Forks
5 Stars
5 Watchers

exercises

Solution submissions for exercises from The Art of Computer Programming series of books by Donald Knuth

How to download and setup exercises

Open terminal and run command
git clone https://github.com/theartofcomputerprogramming/exercises.git
git clone is used to create a copy or clone of exercises repositories. You pass git clone a repository URL.
it supports a few different network protocols and corresponding URL formats.

Also you may download zip file with exercises https://github.com/theartofcomputerprogramming/exercises/archive/master.zip

Or simply clone exercises with SSH
[email protected]:theartofcomputerprogramming/exercises.git

If you have some problems with exercises

You may open issue on exercises support forum (system) here: https://github.com/theartofcomputerprogramming/exercises/issues