CS 115 - Lab 11
[Back to CS 115 schedule]
Deadlines
- Writeup and code (lab11c.py): Tu at 2 PM
- Demo (part C): Any lab section, workshop, or open tutoring session before Tu 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