MIT Design and Analysis of Algorithms (Spring 2015)
1–10 of 49 posts
Re: MIT Design and Analysis of Algorithms (Spring 2015)
#2Re: MIT Design and Analysis of Algorithms (Spring 2015)
#3Re: MIT Design and Analysis of Algorithms (Spring 2015)
#4Awesome. No torrent sharing for the videos?
Re: MIT Design and Analysis of Algorithms (Spring 2015)
#5Re: MIT Design and Analysis of Algorithms (Spring 2015)
#6Re: MIT Design and Analysis of Algorithms (Spring 2015)
#7That's great, what other courses there are updated ?
Another great course (started it yesterday) is 6.172 Performance Engineering of Software Systems [3] and it also has videos available.
All in all, there are a lot of great courses for any level of experience/knowledge. It's best that you check them out and see what you like yourself. This [4] is the list of all the EE/CS subjects that are offered on OCW. Some of them have videos, others don't. Note however, that almost all of them have comprehensive lecture notes and if you get stuck, you can always look for more information elsewhere. Finally, if you want to check what they offer every semester, see here [5] (note: their EE/CS courses start with 6).
[1] http://ocw.mit.edu/courses/electrical-engineering-and-comput... [2] http://web.mit.edu/6.005/www/fa15 [3] http://ocw.mit.edu/courses/electrical-engineering-and-comput... [4] http://ocw.mit.edu/courses/#electrical-engineering-and-compu... [5] https://stellar.mit.edu/courseguide/#course_6_sp16
Re: MIT Design and Analysis of Algorithms (Spring 2015)
#8Re: MIT Design and Analysis of Algorithms (Spring 2015)
#9Earlier quoted context omitted.
You can download all the videos from here https://archive.org/details/MIT6.046JS15 . Available as torrent too.
or use youtube-dl on the youtube playlist
youtube-dl -o "%(playlist)s/%(playlist_index)s. %(title)s.%(ext)s" $YTplaylistLINK -f 22
Re: MIT Design and Analysis of Algorithms (Spring 2015)
#10That's great, what other courses there are updated ?
You can find a lot of other courses if you poke around the net. For example, 6.005 - Elements of Software Construction is "As taught in 2011" on OCW [1], but you can find the latest notes here [2]. The content hasn't changed a lot since 2011 though, and the changes are mostly in the order of which the content is presented. As a side note, this is is easily the best course out there for novice/intermediate programmers…
https://www.edx.org/course/software-construction-java-mitx-6...
https://www.edx.org/course/advanced-software-construction-ja...