663 Forks
2134 Stars
2134 Watchers

Algorithms

The codes and my solutions to exercises from the book "Algorithms" (4th edition) by Robert Sedgewick and Kevin Wayne.

How to download and setup Algorithms

Open terminal and run command
git clone https://github.com/jimmysuncpt/Algorithms.git
git clone is used to create a copy or clone of Algorithms 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 Algorithms https://github.com/jimmysuncpt/Algorithms/archive/master.zip

Or simply clone Algorithms with SSH
[email protected]:jimmysuncpt/Algorithms.git

If you have some problems with Algorithms

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