oop
oop
“Develop a program in C that create to Queue of given person. Shift the original
position of person to new position based on its changed priority or remove a
person from the Queue using Linked List Implementation.”
DIPLOMA ENGINEERING
In
Computer Engineering
BY:-
1. Swayam Habbu
2. Sham Gyanbote
3. Mujammil Mulla
4. Vishal Yadav
5. Sanskar Dongare
1
CERTIFICATE
Submitted by:
1. Swayam Habbu
2. Sham Gyanbote
3. Mujammil Mulla
4. Vishal Yadav
5. Sanskar Dongare
is approved for the Diploma of Engineering in Computer from Swami Vivekanand Institute
of Technology(Poly),Solapur
Examiner Principal
(Prof. ) (Prof.Mr. S.V. Kulkarni)
Place: Solapur
Date:
2
Annexure II
Evolution sheet for Micro Project
Academic Year: - 2023-24 Name of Faculty: More.V.P.
Course: - Computer Engineering Course code: - CO3I
Scheme: - I Subject Code: -22316
rd
Semester:- 3 Subject:- OOP
Title of
Project: - Library management system
COs addressed by the Micro Project:
CO3 Implement basic operations Library management system
CO4 Implement basic operations on Library management system
268
Sham Gyanbote
Name &
Micro Project OOP
Topic : Library management system.
Defination:
Abstract
In order to solve the problem of building system services
between readers and libraries, this paper proposes a library
management system based on data mining and clustering
algorithm. The library management model is built based on
data mining technology and clustering algorithm, and the
hybrid clustering algorithm in the data mining platform Weka
is used for library data mining. The experimental results show
that with the same amount of data, the hybrid clustering
algorithm takes 5.5 seconds to process information from 0 to
300, which is at least 1 second faster than the other two
algorithms. Conclusion. The algorithm is not only a means of
library system automation management, but also an effective
means to realize library information modernization
Program for Library Management System
// Driver Code
int main()
{
// Create a instance
struct library lib[100];
i = input = count = 0;
printf("\n\n********######"
"WELCOME TO E-LIBRARY "
"#####********\n");
printf("\n\n1. Add book infor"
"mation\n2. Display "
"book information\n");
printf("3. List all books of "
"given author\n");
printf(
"4. List the count of book"
"s in the library\n");
printf("5. Exit");
// Add book
case 1:
break;
if (strcmp(ar_nm,
lib[i].author)
== 0)
printf("%s %s %d %f",
lib[i].book_name,
lib[i].author,
lib[i].pages,
lib[i].price);
}
break;