summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md10
1 files changed, 5 insertions, 5 deletions
diff --git a/README.md b/README.md
index e8a36d4..dcf05d1 100644
--- a/README.md
+++ b/README.md
@@ -15,7 +15,9 @@ Throughout this course, when you are asked to present an algorithm, this means t
## Unit 1: Foundations
-First, I assume that you know overall the importance of algorithms and what an algorithm is. But from this unit I hope you will gain a better understanding of what kinds of problems are solved by algorithms. Also you will become familiar with the framework we will use throughout the course to think about the design and analysis of algorithms.
+First, I assume that you know overall the importance of algorithms and what an algorithm is.
+But from this unit I hope you will gain a better understanding of what kinds of problems are solved by algorithms.
+Also you will become familiar with the framework we will use throughout the course to think about the design and analysis of algorithms.
This unit addresses the following topics of interest:
@@ -46,14 +48,12 @@ When you have completed this objective, you should be able to
* [ ] Watch the video, [Algorithmic Thinking, Peak Finding](https://www.youtube.com/watch?app=desktop&v=HtSuA80QTyo&list=PLUl4u3cNGP61Oq3tWYp6V_F-5jb5L2iHb), on YouTube.
* [ ] Study Chapter 1 of the textbook.
-* [ ] Study Chapter 1 of the textbook.
* [ ] Do Exercises 1.1-4 and 1.2-2 from the textbook as part of Assignment 1.
#### Discussion Question
-Review Problem 1-1 on pages 14–15 of the textbook.
-How would you go about solving this problem?
-Post a response, and comment on other students' responses to earn participation marks and develop your skills as an online communicator in the profession.
+* [ ] Review Problem 1-1 on pages 14–15 of the textbook. How would you go about solving this problem?
+* [ ] Post a response, and comment on other students' responses to earn participation marks and develop your skills as an online communicator in the profession.
### Section 1.2: Complexity and Analysis