Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 775 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 775 Bytes

DSPD-Assignments

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.