Skip to content

Commit c863d8b

Browse files
st-denwaciumawanjohi
authored andcommitted
Fixed curriculum structure
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.
1 parent 1ba60ed commit c863d8b

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

README.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
- [Summary](#summary)
2222
- [Curriculum](#curriculum)
2323
- [Prerequisites](#prerequisites)
24-
- [Introduction to Computer Science](#introduction-to-computer-science)
24+
- [Intro CS](#intro-cs)
2525
- [Core CS](#core-cs)
2626
- [Advanced CS](#advanced-cs)
2727
- [Final project](#final-project)
@@ -92,7 +92,9 @@ just remember that you can't purchase success!
9292
**Curriculum version**: `8.0.0` (see [CHANGELOG](CHANGELOG.md))
9393

9494
- [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)
9698
- [Core CS](#core-cs)
9799
- [Core programming](#core-programming)
98100
- [Core math](#core-math)
@@ -118,7 +120,9 @@ Some high school graduates will have already taken AP Calculus, but this is usua
118120
and is knowledgeable enough now to decide which electives to take.
119121
- Note that [Advanced systems](#advanced-systems) assumes the student has taken a basic physics course (e.g. AP Physics in high school).
120122

121-
## Introduction to Programming
123+
## Intro CS
124+
125+
### Introduction to Programming
122126

123127
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.
124128

@@ -137,7 +141,7 @@ Courses | Duration | Effort | Prerequisites
137141
[Python for Everyone](https://www.coursera.org/specializations/python) | 9 weeks | 58 hours | none
138142
[Fundamentals of Computing](https://www.coursera.org/specializations/computer-fundamentals) | 9 weeks | 138 hours | high school mathematics
139143

140-
## Introduction to Computer Science
144+
### Introduction to Computer Science
141145

142146
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!
143147

0 commit comments

Comments
 (0)