0% found this document useful (0 votes)
56 views

Data Structure Mini Project List (April 2021 CS)

The document provides instructions for a mini-project assignment for a Data Structures and Algorithms course. Students are asked to select from one of several problem areas, such as an electronic voting system or patient information management system, and write a program to solve the problem. The program should use advanced data structures like linked lists, stacks, and queues, and include functionality for adding, deleting, editing, searching, sorting, and displaying records, as well as file input/output. Students are advised to follow proper software development steps and submission details will be announced later.

Uploaded by

ijoollee biyyaa
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
56 views

Data Structure Mini Project List (April 2021 CS)

The document provides instructions for a mini-project assignment for a Data Structures and Algorithms course. Students are asked to select from one of several problem areas, such as an electronic voting system or patient information management system, and write a program to solve the problem. The program should use advanced data structures like linked lists, stacks, and queues, and include functionality for adding, deleting, editing, searching, sorting, and displaying records, as well as file input/output. Students are advised to follow proper software development steps and submission details will be announced later.

Uploaded by

ijoollee biyyaa
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

Unity University

College of Computational Sciences, Engineering and Technology

Department of Computer Science/MIS

Data Structure and Algorithm

Mini-Project

Instruction: Select one of the following area and write advanced program to solve the
problem.

Your solution to the problem (program) should be modular, menu driven, use advanced data structures
such as linked list, stack, queue, tree etc., simple sorting and searching algorithms. The program should
also handle the following activities:

• Add / Register new record

• Delete existing record

• Edit record

• Search for a record based on certain key value

• Sort records

• Display records

• File based and other activities of your own

Problem areas

Electronic polling (voting) system


Student Registration System
Library System
Airlines Reservation system
Inventory management system
Patient information management system
Your own problem if any. But you should get confirmation before starting the mini project
Note:

Follow the steps in program development (i.e Analysis, Algorithm Design, coding,…)

Submission data will be announced soon, but start doing it.

DataStructure and Algorithm,Unity University Page1|1

You might also like