CS 115 Lab 10, Fall 2015
Deadlines
- Writeup and code (lab10c.py): Tu 11/10/2015 at 4 PM
- Demo (part C): Any lab section, workshop, or open tutoring session before Tu 11/10 at 4 PM.
Goals
Upon successful completion of this lab, you should be able to understand and write programs using
- file I/O
- linear search
- binary search
Lab Instructions
Follow the links below to complete each part of this lab.
Setup and practice
- Read an input file
- Linear search
- Binary search
- Submit your code