[Home]
CS 223 - Spring 2017. 3/6
Welcome to CS 223!
Larry Wall Quote of the day
The young think they are immortal, and are determined to prove otherwise.
Logical problem of the day
lp0306.c
int i;main(){for(;i["]<i;++i){--i;}"];read('-'-'-',i+++"hell\
o, world!\n",'/'/'/'));}read(j,i,p){write(j/p+p,i---j,i/i);}
What happens here? (This is a winning entry (dishonorable mention) of the original
Obfuscated C Contest in 1984.) Larry Wall is a two-time winner!
See wikipedia entry
Lecture 14: HW5 + Data Structures: btrees
Administrivia
Office hours:
The office hours are
Sun/Tue/Thu 8-11 PM at Hillhouse 17 Rm 111.
My office hours this week are Wednesday 3-5pm.
Mid term exam
- Grades have been posted to classes v2.
- Will return exams in class on Wednesday.
- Makeup exam scheduled for Monday at 8pm. If you missed the exam,
you should have received an email from the TA's. Please respond.
- Some of you are have expressed concern about the midterm.
I propose to treat the second exam (April 24th) a bit like
resubmitted homework assignments. That is, if your second exam
grade is greater than your first, I will increment your first
exam grade by half the difference.
Many of you emailed me regarding hw3 grading issues. Subsequently,
there has been related discussion on piazza. You should rely on
those postings, which means that you should resubmit (by this Friday). If your issues
are different, then contact cs223help@cs.yale.edu.
Mid term questionnaire (anonymous). Please
fill
this out at your earliest convenience. Your
comments will be helpful to the instructor and TA's.
Assignment 5
Problem set 5
Here is an example:
Alice In Wonderland cloud
Lecture Starts Here
Binary Trees
[Home]