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
Added Intro CS section (h2) to follow initial ierarchy of the document.
Made Introduction to Programming and Introduction to Computer Science sub-sections (h3).
Also fixed Contents and Curriculum links to reflect these changes.
Copy file name to clipboardExpand all lines: README.md
+8-4Lines changed: 8 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,7 @@
21
21
-[Summary](#summary)
22
22
-[Curriculum](#curriculum)
23
23
-[Prerequisites](#prerequisites)
24
-
-[Introduction to Computer Science](#introduction-to-computer-science)
24
+
-[Intro CS](#intro-cs)
25
25
-[Core CS](#core-cs)
26
26
-[Advanced CS](#advanced-cs)
27
27
-[Final project](#final-project)
@@ -92,7 +92,9 @@ just remember that you can't purchase success!
92
92
**Curriculum version**: `8.0.0` (see [CHANGELOG](CHANGELOG.md))
93
93
94
94
-[Prerequisites](#prerequisites)
95
-
-[Introduction to Computer Science](#introduction-to-computer-science)
95
+
-[Intro CS](#intro-cs)
96
+
-[Introduction to Programming](#introduction-to-programming)
97
+
-[Introduction to Computer Science](#introduction-to-computer-science)
96
98
-[Core CS](#core-cs)
97
99
-[Core programming](#core-programming)
98
100
-[Core math](#core-math)
@@ -118,7 +120,9 @@ Some high school graduates will have already taken AP Calculus, but this is usua
118
120
and is knowledgeable enough now to decide which electives to take.
119
121
- Note that [Advanced systems](#advanced-systems) assumes the student has taken a basic physics course (e.g. AP Physics in high school).
120
122
121
-
## Introduction to Programming
123
+
## Intro CS
124
+
125
+
### Introduction to Programming
122
126
123
127
If you've never written a for-loop, or don't know what a string is in programming, start here. Choose one of the two course series below. Either one will give you an introduction to programming that assumes no prior knowledge.
[Fundamentals of Computing](https://www.coursera.org/specializations/computer-fundamentals) | 9 weeks | 138 hours | high school mathematics
139
143
140
-
## Introduction to Computer Science
144
+
###Introduction to Computer Science
141
145
142
146
This course will introduce you to the world of computer science. Students who have been introduced to programming, either from the courses above or through study elsewhere, should take this course for a flavor of the material to come. If you finish the course wanting more, Computer Science is likely for you!
0 commit comments