CS13002 Programming and Data Structures | Section: 4/D, Spring 2005 |
Getting started
How to take print-outs
General information
Resources
People
- Instructor: AD.
- Teaching assistants: Diganchal Chakraborty, Abhishek Somani, Ashok K Das, and Srihari Vavilapalli.
Assignments
- Warm-up exercise
This exercise familiarizes you with the procedure for solving future assignments. It exemplifies how to use the editor, compile and run your program, generate the output and printer files and submit/print the printer file. This exercise carries no marks.
- Assignment 1
Based on simple assignments and simple branching instructions.
Date: January 18, 2005
Total marks: 10- Assignment 2
Based on branching instructions and loops.
Date: January 25, 2005
Total marks: 10- Assignment 3
Based on simple (i.e., non-recursive) functions.
Date: February 01, 2005
Total marks: 10- Assignment 4
Based on recursive functions and arrays.
Date: February 15, 2005
Total marks: 10- Assignment 5
Based on arrays and sorting.
Date: March 01, 2005
Total marks: 10- Assignment 6
Based on strings and two-dimensional arrays.
Date: March 08, 2005
Total marks: 10- Assignment 7
Based on arrays and structures.
Date: March 15, 2005
Total marks: 10- Assignment 8
Dynamic memory management.
Date: March 29, 2005
Total marks: 10- Assignment 9
Abstract data types.
Date: April 05, 2005
Total marks: 10Lab tests
- Lab test I
Date: February 8, 2005
Question: [ps] [pdf]
Solution: [Source: odd] [Output: odd] [Source: even] [Output: even]- Lab test II
Date: March 22, 2005
Question: [ps] [pdf]
Solution: [Source: odd] [Output: odd] [Source: even] [Output: even]- Lab test III
Date: April 12, 2005
Question: [ps] [pdf]
Solution: [Source: odd] [Output: odd] [Source: even] [Output: even]Submission site