CS 115 Lab 13, Fall 2015
Deadlines
- Writeup and code (lab13b.py): Tu 12/15/2015 at 4 PM
- Demo (part B): Any lab section, workshop, or open tutoring session before Tu 12/15 at 4 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