Skip to content
Snippets Groups Projects
Commit d18ba2f6 authored by Peter J. Keleher's avatar Peter J. Keleher
Browse files

Merge branch 'master' of gitlab.cs.umd.edu:keleher/cmsc436PublicF2021

parents e1f30a04 311adc38
No related branches found
No related tags found
No related merge requests found
# Assignment 1: Swift and Generics
# Project 1 (`assign1`): Swift and Generics
## Goals
The primary goal of this project is to to familiarize yourself with
......@@ -162,8 +162,10 @@ You **must** define and use the generic function `rotate2D()` to get
any credit, do not define a `Tile`-specific version of rotate or use
`rotate2DInts` at all in the `collapse()` function.
The rotation functions work as follows: ![rotate2](rotate2.svg)
### testing
## Testing
The provided copy of `assign1Tests.swift` should have been copied
**unaltered** into your project. Test your project by
......
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment