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/issuesSimilar to exercises repositories
Here you may see exercises alternatives and analogs
javascript-algorithms papers-we-love p1xt-guides awesome-courses Design-Patterns-In-Swift CS-Books introduction-to-computer-science cs-video-courses every-programmer-should-know computer-science CS-Interview-Knowledge-Map Mind-Expanding-Books translations AlgoWiki algorithms Crash-Course-Computer-Science-Chinese computer-science-in-javascript pretty-algorithms OOD-Principles-In-Swift influential-cs-books selfie papers-I-read CSrankings reading notes PyCNN computer-science notes-to-cs-freshmen-from-the-future Axelrod judge-server