Lecture Slides of PB
Programming and Data Structure (CS 11002): Spring 2012-2013
- Up to iteration (Jan 18)
- Numbers (Feb 1)
- Functions (Feb 11)
- Arrays (Feb 14): by Prof Pabitra Mitra
- Strings (Feb 28)
- Searching (March 1)
- Structure (March 4)
- Pointer (March 8):
Arrays & pointers, pointer arithmetic, passing pointers to functions, dynamic memory allocation, exercise.
- Linked List (March 14):
Introduction, create, insert, delete, types of linked lists, exercise.
- File Handling & Command Line Arguments (March 22)
- Stack by Linked List (March 25): by Prof J. Mukhopadhyay
- Sorting (March 28): Bubble sort, insertion sort, analysis, other sorting algos, exercise.
|