Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 1

CPSC 1150: Week 10 Lab 2

Due: As indicated by submission link


Total Marks: 10

Instructions – PLEASE READ


1. This work is to be done individually.
2. You should submit only one version via BrightSpace.
3. Keep a copy of everything you submit in your files.

EXERCISES
1. Rewrite QuickSort (start with the methods posted previously on D2L that takes an array as
parameter, week4???) by passing a vector as its parameter.
2. Rewrite MergeSort by passing a LinkedList as its parameter. Feel free to add more members
and/or methods to LinkedList.h (on D2L -> Week 10, same as stack lab).

You might also like