Routine

Section-A

  Day     Time     Room          Day     Time     Room          Day     Time     Room  
  Saturday     10 - 11     107          Sunday     9 - 10     107          Tuesday     10 - 11     107  

Section-B

  Day     Time     Room          Day     Time     Room          Day     Time     Room  
  Saturday     9 - 10     108          Sunday     10 - 11     108          Tuesday     9 - 10     108  

Textbooks

1. Data Structures and Algorithms in C++ - Michael T. Goodrich, Roberto Tamassia and David M. Mount

Theory Lectures

Topic Document Book Content
  Analysis of Algorithms   Download   3.1, 3.4, 3.5.1  
  Array   Download     
  Stack   Download   4.2  
  Stack and Expressions   Download     
  Queue   Download   4.3  
  Linked List       4.4, 4.5  
  Vector   Download   5.1  
  List and Sequence   Download   5.2, 5.3  
  Tree     6.1, 6.2, 6.3 [page 273-280], 6.4  
  Priority Queue     7.1, 7.2, 7.3 [page 330-346]  
  Dictionaries     8.1, 8.2 [page 371-380]  

Sample Codes

Topic   Code  
  Stack using Queue   Download
  Queue using Stack   Download
  Deque using Double Linked List   Download

Class Tests

Class Test & Assignment Syllabus Date Marks
  Class Test-1     Array, Stack and Queue     8th June, 2010   Marks
  Assignment-1     Sequence        Marks
  Class Test-2     Tree     8th August, 2010   Marks

Sessional

Assignment Document
  Offline-1 (A2 & B2)   Download
  Offline-1 (A1 & B1)   Download