Data Structures and Programming Lab - M.Tech.(AI)
Timings: We, Fr: 11:30AM-1:30PM
Teaching Assistants: Jashmin and Nik
Evaluation Criteria
- Internal : 60 marks
- Major : 40 marks
The Course Schedule may be consulted for a tentative plan of what we shall be doing and when. This may change based on how things go in the class.
Submission Guidelines:
You will create a directory in your home account as MIxx where xx stands for your reg. no. You will store all your source files of the assignment in this directory. Also, your Makefile. Then, you will tar the directory using the following command:
tar cvf MIxx.tar MIxx/
You will submit this .tar file to me. When I untar it, it should create the directory MIxx. If you have taken help of anyone other than the teacher and TAs, you may specify that information in a file called README. You can also include other information in the README file which may give instructions on how to run your code and/or if you have any known bugs etc.
Lab Assignments:
- Set Operations with bit vector
Some Helpful Links