You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
NOTE: This review is under construction as I will add more depending on comments.
General Info
Course is in java, but only requires knowing while, for, try & catch, standard streams, basic OOP (casting, encapsulation, Inheritance, Abstract & Interface classes, private & public access modifiers, static and final modifiers, lexical scoping))`. This does not take an hour to know. Therefore, it wouldn't matter what is your background languages.
Course is quite bigger than any other alternative (Stanford Specialization, San Diego Specialization, MIT Introduction to Algorithms) and it is based on a book.
It has an autograder. You succeed if you get 80%. But, trying to get 100% will teach you 3X as Much.
Never study without taking notes. you will forget the first week by week 5 (if you study daily).
First part is quite easy compared to second part especially starting from mincut-maxflow.
99.9% of your questions are answered in the Discord pinned messages.
Courses Comparison
Aspect/course
Princeton
Stanford
MIT
Quantity
Biggest
less than Princeton (but don't literally know all content)
less than Princeton (but don't literally know all content)
Assignments
Each weak introduces a real project assignment that has autograder which corrects even the writing style using checkstyle.
No autograder.
Don't know
Quality
Best explanation. Consistent great explanation.
Very theoretical and examples are bad.
Different instructors with different qualities.
Cost
No cost (not even financial aid).
Requires financial aid.
Requires financial aid.
Prerequisites
-
Math (check OSSU).
Don't know.
The text was updated successfully, but these errors were encountered:
NOTE: This review is under construction as I will add more depending on comments.
General Info
while
,for
, try & catch, standard streams, basic OOP (casting, encapsulation, Inheritance,Abstract
&Interface
classes,private
&public
access modifiers,static
andfinal
modifiers, lexical scoping))`. This does not take an hour to know. Therefore, it wouldn't matter what is your background languages.Courses Comparison
The text was updated successfully, but these errors were encountered: