This repository contains assignments and mini-projects done as a part of the 2-part course on Data Structures and Program Design at Computer Science and Engineering Department, VNIT Nagpur.
The basic problem statement is to create a Library Management System which allows us to:
- Add Members(Student and Faculty)
- Add and Sort Books
- Display Members with maximum number of books issued
- Calculate Fines against a given Member
- Display Member with maximum fines
The assignments implement storing and manipulating data using the following Data Structures:
Assignment codes, compilation details and detailed problem statements for each Data Structure are present in each folder.