CS 115 Lab 11, Fall 2015


Deadlines

Goals

Upon successful completion of this lab, you should be able to

1. Trace the execution of selection sort and bottom-up mergesort.

2. Understand and write programs that define and use simple Python classes.


Lab Instructions

Setup and practice

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

  1. Find the minimum element of a list
  2. Selection sort
  3. Mergesort
  4. Practice with Classes
  5. Define a Student class
  6. Submit your code