Lecture Slides of PB

Programming and Data Structure (CS 11002): Spring 2012-2013

  1. Up to iteration (Jan 18)
  2. Numbers (Feb 1)
  3. Functions (Feb 11)
  4. Arrays (Feb 14): by Prof Pabitra Mitra
  5. Strings (Feb 28)
  6. Searching (March 1)
  7. Structure (March 4)
  8. Pointer (March 8): Arrays & pointers, pointer arithmetic, passing pointers to functions, dynamic memory allocation, exercise.
  9. Linked List (March 14): Introduction, create, insert, delete, types of linked lists, exercise.
  10. File Handling & Command Line Arguments (March 22)
  11. Stack by Linked List (March 25): by Prof J. Mukhopadhyay
  12. Sorting (March 28): Bubble sort, insertion sort, analysis, other sorting algos, exercise.
Acknowledgement. These lecture slides are prepared in line with the lecture slides of Prof Goutam Biswas and Prof Indranil Sengupta.