Introduction to Computer Science
CompSci 101 : Fall 2013

Problem Solving

After you have worked out an algorithm for solving a problem, write a program that implements your algorithm. When finished, test your programs.

  1. Common Count (specification and CloudCoder)
  2. Circles Country (specification and CloudCoder)