CS 115 Lab 14, Fall 2016
Deadlines
- Writeup and code (lab14b.py): Tu 12/13/2016 at 2 PM
- Demo (part B): Any lab section, workshop, or open tutoring session before Tu 12/13 at 2 PM.
*** THIS LAB CANNOT BE SUBMITTED LATE. ***
Goals
Upon successful completion of this lab, you should be able to trace the execution of simple recursive functions.
Lab Instructions
Follow the links below to complete each part of this lab.
Setup
- Recursion practice
- Recursive binary search
- Submit your code