Sample solutions
- will be posted here roughly 5 days after the lab due date
Links to the various sample solution directories can be found here:
csci.viu.ca/~wesselsd/courses/csci161/labs/solutions/.
Getting lab feedback: (once Dave has finished marking lab1)
As with the labs themselves, your feedback will be supplied through
a git repository, but this one you don't have to fork, and only have to clone once:
- One time only: issue the following commands to get your
initial feedback repository
cd csci161
git clone csci:csci161-01/$USER/feedback
- Each time you want to check for your latest feedback, go to
your feedback directory and use a "pull" command to get updates:
cd feedback (assuming you were in your csci161 directory)
git pull
- You can then use "ls" to see which feedback files I've added. To start with, there is just one called "lab1".
- Use any editor you like to read the feedback in the file, please
ask if you have any questions about the marking.
|