Skip to content

Solving Problems

Jolon Faichney edited this page Mar 24, 2017 · 3 revisions

Computer programs can be challenging to write for a number of reasons:

  • They can be complex.
  • They can be large.
  • They can involved difficult algorithms.

We are going to discuss some strategies to make it more manageable to design and build a computer program.

Divide and Conquer

Divide and conquer is an age-old strategy to break larger tasks into smaller simpler tasks.

Clone this wiki locally