Add clarification about algorithms courses

This commit is contained in:
hanjiexi 2017-02-27 10:24:09 -05:00 committed by GitHub
parent 6e68013faa
commit 0857169727
1 changed files with 1 additions and 0 deletions

View File

@ -173,6 +173,7 @@ Courses | Duration | Effort | Prerequisites
### Core theory
Algorithms and data structures is the most important subject you will learn in Core CS, and there are two major course sequences for learning it.
The Princeton Algorithms courses are highly recommended as a more practical, implementation-focused complement to the more theory-focused Stanford Algorithms courses.
Ideally, students would do both sets of courses since they complement each other nicely.
However, Part II of Princeton Algorithms is rarely available, so Stanford Algorithms is the recommended choice if you cannot do both.