Skip to main content

CSC 207.02 2019S, Class 18: Anonymous functions

Overview

  • Preliminaries
    • Notes and news
    • Upcoming work
    • Extra credit
    • Questions
  • Lab

Preliminaries

News / Etc.

Upcoming work

  • Exam 1 was distributed on Monday. Sorry for the delay in getting it out. (Because of the delay, I cut it from five questions to four.)
    • Prologue due Thursday night
    • Exam due the following Thursday.
  • Reading for Friday: Linear and binary search (to be updated tonight)
  • Lab writeup: TBD

Extra credit

Extra credit (Academic/Artistic)

  • CS Extras, Thursday, 4:15 pm: Unknown topic
  • CS Table, Tuesday, noon: Unknown topic
  • March 8-10 (7:30 7:30 2:00), Twelfth Night.

Extra credit (Peer)

  • Grinnell Singers March 10 at 2pm. With Lyra Baroque Orchestra. Should be really awesome.

Extra credit (Wellness)

Extra credit (Wellness, Regular)

  • 30 Minutes of Mindfulness at SHACS every Monday 4:15-4:45
  • Any organized exercise. (See previous eboards for a list.)
  • 60 minutes of some solitary self-care activities that are unrelated to academics or work. Your email reflection must explain how the activity contributed to your wellness.
  • 60 minutes of some shared self-care activity with friends. Your email reflection must explain how the activity contributed to your wellness.

Extra credit (Misc)

Other good things

Questions

What should we do with the elements when we expand the array, given that there is wraparound?

Copy them. I would find it easiest to copy them to the start of the bigger array.

Can we talk about the reading, particularly approach seven?

No. We’ll explore the issue in lab. After you’ve done that problem (or while you’re doing that problem), we can talk more.

Lab