/cs190-ps4

Working with the Collection Classes

Primary LanguageSwift

CS 190 Problem Set #4—Transforming Arrays

CS 190 Home Page

Due: Thursday, March 3rd, 2016.

Reading for this Problem Set

  • In the Intermediate Swift GitHub Repository study the two playgrounds numbered 4_1 and 4_2.
  • The above two playgrounds follow and simplify to an intermediate level, Sections 4.1 and 4.2 of Advanced Swift, by Chris Eidhof and Airspeed Velocity. Although the above two playground stand on their own, they could be used with Eidhof and Velocity in hand to take your understanding to an advanced level.

Directions for this Problem Set

  • Fork this repo and make a local copy.
  • Open the PS4 playground. Adjust Xcode so that it shows the output of the unit tests.
  • Follow the directions in Parts 1, 2 and 3.
  • When the unit tests pass, commit your changes to your local repo and then push them to your fork.