CS 115 Lab 11, Fall 2016
Deadlines
- Writeup and code (lab11c.py): Tu 11/15/2016 at 2 PM
- Demo (part C): Any lab section, workshop, or open tutoring session before Tu 11/15 at 2 PM.
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
- Find the minimum element of a list
- Selection sort
- Mergesort
- Submit your code