Esc101: Fundamentals of Computing Esc101: Fundamentals of Computing
Esc101: Fundamentals of Computing Esc101: Fundamentals of Computing
Announcements
Quiz on lab days from 5th to 9th September in Lab at 2:00 PM.
Please ensure that you have moodle access and Computer Center access. If you have forgotten either password, please make sure that you get the problem sorted out before the quiz. No makeup for the quiz.
Mid semester exam at 7:30 AM on 14th September 2011 Mid-semester September, 2011.
Lec-17
Recap
Recursion
Tower of Hanoi Power function Similarity with Mathematical Induction Local variables are local to each invocation of function
Lec-17
Lec-17
Lec-17
Lec-17
choose (3, 2)
choose (2, 1) ( , ) choose (1, 0) choose (1, 1) choose (2, 2)
Lec-17 Dheeraj Sanghi, CSE Dept., IIT Kanpur ESc101, 2011-12-Monsoon 11
choose (4, 3)
choose (3, 2)
choose (2, 1) choose (1, 0) (1 choose (1, 1) choose (2, 2)
choose (3, 3)
choose (3, 2)
choose (2, 1) (2 choose (1, 0) choose (1, 1) choose (2, 2)
Lec-17
12
Lec-17
14
Any Questions?
Lec-17
15