Skip to content

Commit 8043ae8

Browse files
authored
Update _index.md
1 parent 4357dc8 commit 8043ae8

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

content/Chapter_01/_index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@ The goal of this book is to teach you to think like a computer scientist.
1515
As computer scientists, we will combine some of the best features of
1616
mathematics, engineering, and natural science. Like mathematicians, we
1717
will use formal languages to communicate our ideas. Like engineers, we
18-
will design complex systems by assembling components into systems and
19-
evaluating tradeoffs among alternatives. Like scientists, we will
18+
will design complex systems, assemble components into systems and evaluate
19+
tradeoffs among alternatives. Like scientists, we will
2020
observe the behavior of complex systems, form hypotheses, and test
2121
predictions.
2222

2323
The single most important skill for a computer scientist is problem-solving.
2424
Problem solving is a skill that involves formulating problems, thinking
2525
creatively about solutions, and expressing a solution clearly and accurately. As
2626
it turns out, the process of learning to program is an excellent opportunity to
27-
practice problem-solving skills. That is why this chapter is called *The Way of the Program*.
27+
practice problem-solving skills.

0 commit comments

Comments
 (0)