CS 115 Lab 10, Fall 2016
Deadlines
- Writeup and code (lab10c.py): Tu 11/08/2016 at 2 PM
- Demo (part C): Any lab section, workshop, or open tutoring session before Tu 11/08 at 2 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