Classwork 14
Logistics
- Due: Monday, March 20th AoE.
- Submission instructions: make sure that the required file (
swap.c) is in your/classwork/week9/mon/directory. - Deadline reminder: after the deadline passes, you cannot earn any points for this assignment.
Learning outcomes
- Practice using an array of pointers to store a different ordering of strings without making a copy
Assignment
- Log in to the server.
- From your home directory, navigate to
classwork/week9/mon/, creating directoriesweek9andmonif necessary. - Copy the file
/public/classwork/week9/mon/swap.cto your current directory. - In
swap.c, fill in the code described underTODO.
Autograder
You can run the autograder yourelf
The autograder.txt file will be updated every 5 minutes.
Grading turnaround
The autograder will be run at 6am to calculate final scores. Scores will be uploaded to D2L by the next class period.