你将学到什么
Recursion
Algorithms
Python Programming
Tree (Data Structure)
课程概况
This two-part course introduces the basic mathematical and programming principles that underlie much of Computer Science. Understanding these principles is crucial to the process of creating efficient and well-structured solutions for computational problems. To get hands-on experience working with these concepts, we will use the Python programming language. The main focus of the class will be weekly mini-projects that build upon the mathematical and programming principles that are taught in the class. To keep the class fun and engaging, many of the projects will involve working with strategy-based games.
In part 2 of this course, the programming portion of the class will focus on concepts such as recursion, assertions, and invariants. The mathematical portion of the class will focus on searching, sorting, and recursive data structures. Upon completing this course, you will have a solid foundation in the principles of computation and programming. This will prepare you for the next course in the specialization, which will begin to introduce a structured approach to developing and analyzing algorithms. Developing such algorithmic thinking skills will be critical to writing large scale software and solving real world computational problems.
课程大纲
周1
完成时间为 5 小时
Searching and Data Structures
This week, we will explain the importance of searching. We will also explore various data structures and learn about inheritance.
11 个视频 (总计 104 分钟), 6 个阅读材料, 3 个测验
周2
完成时间为 3 小时
Recursion
This week, we will explain the importance of recursion.
7 个视频 (总计 79 分钟), 5 个阅读材料, 2 个测验
周3
完成时间为 3 小时
Trees
This week, we will explain the importance of trees. We will also explore how to set up game trees so that we can efficiently search them.
6 个视频 (总计 51 分钟), 6 个阅读材料, 2 个测验
周4
完成时间为 3 小时
Modeling, Assertions, and Invariants
This week, we will explain the importance of modeling. We will also explore how to use assertions and invariants to ensure that our models are
always consistent and correct.