Tutorial 3

Welcome to CS0.101 Tutorial 3 #

Slides: stay tuned for updates


Computer Programming Tutorial 3 #


How do you think of test cases? #

1. Understand the problem - This means look at input constraints, and the output
format.
2. How to approach it - Divide the input space into partitions. Create decision
tables.
3. Think of Edge, Boundary and Special Cases.

Compile code #

gcc filename.c -o output_file_name
./a.out ( for linux )
./a.exe ( for windows )

Question? #

write to TAs , use office hours. 

Annousements: https://courses.iiit.ac.in/course/view.php?id=4492

Course materials: https://cpro-iiit.github.io/

Assessments/ Autograding: https://pingala.iiit.ac.in/courses/