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

Data Structure and Algorithm

This document summarizes a major assignment report containing features for student records, library records, and teacher records implemented using linked lists. The student record feature allows inserting, updating, deleting students and viewing semester courses. The library record feature allows adding book categories and books, displaying categories and books, deleting and updating book prices. The teacher record feature allows adding, displaying, updating, and deleting teacher data. All features are implemented using linked lists to store and connect the data nodes.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
49 views

Data Structure and Algorithm

This document summarizes a major assignment report containing features for student records, library records, and teacher records implemented using linked lists. The student record feature allows inserting, updating, deleting students and viewing semester courses. The library record feature allows adding book categories and books, displaying categories and books, deleting and updating book prices. The teacher record feature allows adding, displaying, updating, and deleting teacher data. All features are implemented using linked lists to store and connect the data nodes.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 3

Name: Abdul Basit (10041)

Data Structure and Algorithm: Major Assignment Report:


This Project Contain some important feature:
Student Record.
Library Record.
Teacher Record.

Student Record:
The student feature that as;
i. First Insert new student
ii. Update the student data
iii. Delete student data
iv. Take semester courses
Student Node
All feature was implemented in linked list

Next Student Information Student


Student Course Node
ID, Name, Address, Email, Fee,
Node save address
Address of subject

Next Subject Info. Next Subject Info.


Subject S_name, Subject S_name,
Node t_name, Etc. Node t_name, Etc.
Address Address

Next Student Node

Next Student Information Student


Student Course Node
ID, Name, Address, Email, Fee,
Node save address
Address of subject

Next Subject Info. Next Subject Info.


Subject S_name, Subject S_name,
Node t_name, Etc. Node t_name, Etc.
Address Address
Library Record.
Another feature that contain Library system. Where we add books
category, and then we add books on that category.
i. Add new Category
ii. Add new books
iii. Display all category, and books on that category
iv. Delete books
v. Update books record, but here we only price update I have apply some
rustication.

All feature was implemented in linked list

Next Books Category Name: Next Book


Category node
For Example: Computer Science,
Node address
Biology, etc.
Address

Next Books Next Books


Book Detail: Book Detail:
node Name, node Name,
address author, Price address author, Price

Next Books Category Name: Next Book


Category node
For Example: Computer Science,
Node address
Biology, etc.
Address

Next Books Next Books


Book Detail: Book Detail:
node Name, node Name,
address author, Price address author, Price
Teacher Record.
Another feature contain teacher data:
i. Add new teacher data
ii. Display all teacher data
iii. Update teacher data
iv. Delete teacher data
v. All feature implement in linked list
Address of a Node: 1001

Next Teacher Node Teacher Data:


Address:

1002

Address of a Node: 1002

Next Teacher Node Teacher Data:


Address:

1003

Address of a Node: 1003

Next Teacher Node Teacher Data:


Address:

1004

Address of a Node: 1004

Next Teacher Node Teacher Data:


Address:

1005

Address of a Node: 1005

Next Teacher Node Teacher Data:


Address:

NULL

You might also like