10 Forks
30 Stars
30 Watchers

CS50x

This is CS50x , Harvard University's introduction to the intellectual enterprises of computer science and the art of programming for majors and non-majors alike, with or without prior programming experience. An entry-level course taught by David J. Malan, CS50x teaches students how to think algorithmically and solve problems efficiently.

How to download and setup CS50x

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

Or simply clone CS50x with SSH
[email protected]:yasingunay/CS50x.git

If you have some problems with CS50x

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