Ask HN: How good is MIT at teaching graph algorithms?
1–6 of 6 posts
Re: Ask HN: How good is MIT at teaching graph algorithms?
#2You need to be more specific: are you talking about undergrad classes in person, online, or something like grad school? Why do you think that knowing graph algorithms is going to help you load voxel medical models (not graph structures, unless you're talking about image pyramids). GIS data viewers need a lot more klnowledge than just graph algorithms as well.
Re: Ask HN: How good is MIT at teaching graph algorithms?
#3Re: Ask HN: How good is MIT at teaching graph algorithms?
#4I think the most valuable thing you get from studying “computer science” either formally or informally is the shape of the literature and how you use it. There’s a rare interview question that can’t be answered with “look it up in the hashtable” or “look it up in the literature.”
Re: Ask HN: How good is MIT at teaching graph algorithms?
#5I think the most valuable thing you get from studying “computer science” either formally or informally is the shape of the literature and how you use it. There’s a rare interview question that can’t be answered with “look it up in the hashtable” or “look it up in the literature.”
Yes, but one does not need university to do so.
One of my regrets is life is I never took a compiler class, I work at a university and can take a free class once a semester so I may rectify it this fall.
Still I taught myself a lot of that in the school of hard knocks.
I learned to read at three and got crazy well read checking out ten books a week from the public library as a kid. (Started my heavy backpack training!)
A lot of people fall for charlatans like L. Ron Hubbard and Eliezer Yudkowsky because they aren’t well read and don’t have anything to compare Dianetics and Sequences to.
Re: Ask HN: How good is MIT at teaching graph algorithms?
#6Earlier quoted context omitted.
Yes, but one does not need university to do so.
But it helps. One of my regrets is life is I never took a compiler class, I work at a university and can take a free class once a semester so I may rectify it this fall. Still I taught myself a lot of that in the school of hard knocks. I learned to read at three and got crazy well read checking out ten books a week from the public library as a kid. (Started my heavy backpack training!) A lot of people fall for charla…
You can work through a book that uses a more modern approach like Siek's Essentials of Compilation which comes in Racket [0] and Python flavors.
Teach Yourself CS also has some more classic recommendations [1].
You may also be interested in using a language from the ML family [2] to implement a compiler [3].
Cornell also has a self-paced graduate level course [4].
This page also has a bunch of recs [5].
[0] https://mitpress.mit.edu/9780262047760/essentials-of-compila...
[1] https://teachyourselfcs.com/#languages
[2] https://matt.might.net/articles/best-programming-languages/