Welcome to CS0.101 Tutorial 2 #
Slides: stay tuned for updates
Computer Programming Tutorial 2 #
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/