How to Code: Systematic Program Design - Part 3

开始时间: 04/22/2022 持续时间: 5 weeks

所在平台: EdxArchive

课程类别: 其他类别

大学或机构: UBCx

授课老师: Gregor Kiczales

课程主页: https://www.edx.org/archive/how-code-systematic-program-design-part-ubcx-spd3x

课程评论:没有评论

第一个写评论        关注课程

课程详情

In part 3 of the How to Code – Systematic Program Design series, you will design programs that even experienced developers would find challenging. The design method you have been learning since How To Code - Systematic Program Design Part 1 will really deliver here, because you will be able to crank out these programs with relative ease.

By learning how to capture common data and control structures using abstraction, your programs will get shorter and better tested.

In this part of the course we will learn how to design search programs. You will design a program to solve Sudoku puzzles, and will be able to design many other puzzle solvers as well.

This course is part of the How to Code - Systematic Program Design XSeries Program

课程大纲

  • How to identify commonalities is data data definitions and functions.
  • How to capture those commonalities as abstractions.
  • How to design functions that operate on graphs.
  • How to design programs that search a given problem space to find a valid solution.

课程评论(0条)

课程简介

Adding abstraction and generative recursion to the design tools makes complex problems like puzzle solvers and graph search straightforward.

课程标签

0人关注该课程

主题相关的课程