Week 3 Practice Problems

In addition to this week’s lab and problem set, you’re welcome to try any of these (optional!) practice problems:

  • Recursive atoi, for practice creating recursive functions
  • Average Temperatures, for practice working with structs and sorting algorithms
  • Max, for practice passing arrays to functions and finding maximum values
  • Snackbar, for practice using structs and writing a linear search algorithm