CS 115 Lab 11, Fall 2016


Deadlines

Goals

Upon successful completion of this lab, you should be able to trace the execution of selection sort and bottom-up mergesort.


Lab Instructions

Follow the links below to complete each part of this lab.

Setup and practice

  1. Find the minimum element of a list
  2. Selection sort
  3. Mergesort
  4. Submit your code