Live data from Hacker News

MIT Design and Analysis of Algorithms (Spring 2015)

ocw.mit.edu

1–10 of 49 posts

Re: MIT Design and Analysis of Algorithms (Spring 2015)

#7
post #2

That'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. No videos though.

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)

#9
post #8
post #4

Earlier 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

Here is the command for downloading all videos in playlist at 720p in a folder with the same name as the playlist's

youtube-dl -o "%(playlist)s/%(playlist_index)s. %(title)s.%(ext)s" $YTplaylistLINK -f 22

Re: MIT Design and Analysis of Algorithms (Spring 2015)

#10
post #2

That'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…

Thank you for the links. Elements of Software Construction courses on edX

https://www.edx.org/course/software-construction-java-mitx-6...

https://www.edx.org/course/advanced-software-construction-ja...

Post reply on HN