From 0857169727bfdd0ec1438e92207ecde5f7b2f865 Mon Sep 17 00:00:00 2001 From: hanjiexi Date: Mon, 27 Feb 2017 10:24:09 -0500 Subject: [PATCH] Add clarification about algorithms courses --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index dfe0326..7102d15 100644 --- a/README.md +++ b/README.md @@ -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.