Data Structures and Algorithms - 2014

Syllabus for Data Structures and Algorithms is avaliable here.


Lab assignments for DSA should be done in C++.
Make sure that you:
    a. Implement suggestions in Coding Practices (v1.6).
    b. NEVER use global/static variables.
    c. Make data structures (eg stack) using appropriate struct.
    d. Do not abuse purpose of functions by using them to do avoidable scanf/printf stuff.
    e. For RGIIT: Install Mageia 3 with the common id and with password same as the login-id.

Interesting links:
C++ Wiki Page for Examples
Stack Overflow for help related to programming


Attendance is here.