3 Forks
13 Stars
13 Watchers

MIT6.006

This contains solutions to problems discussed in the lectures for the "Intro to Algorithms" course. Video playlist for the course is available here: https://www.youtube.com/playlist?list=PLUl4u3cNGP61Oq3tWYp6V_F-5jb5L2iHb

How to download and setup MIT6.006

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

Or simply clone MIT6.006 with SSH
[email protected]:shamikbose/MIT6.006.git

If you have some problems with MIT6.006

You may open issue on MIT6.006 support forum (system) here: https://github.com/shamikbose/MIT6.006/issues