For this lab, you are welcome to get technical help from another student on how to use or install any of the tools involved. You may also get syntax help on C. On the warmup only, you may partner with one student (and document that collaboration on your warmup.c file) with whom you can discuss the algorithmic portion. You may not, however, get help on the algorithmic portion of the exercise outside of your collaborative partner, office hours or piazza questions to TAs or instructors. The homework itself has no partner.
This lab is broken down into several steps:You should have already created a hw2 directory and completed the pre-lab (having created, added, and submitted warmup2.h warmup2.c warmup_main.c and Makefile).
You are being asked to write five functions. You can see the function descriptions in the prelab.
$ svn add hw2
$ svn add warmup2.h warmup2.c warmup2_main.c Makefile
$ svn commit -m "hw2 warmup complete"