Question: Using C++ Create a database system using linked-list for any one the following: i.Library System (Title, Author, ISBN) ii.Student Record System (Name, Matric, DoB) iii.Vehicle
Using C++
Create a database system using linked-list for any one the following:
i.Library System (Title, Author, ISBN)
ii.Student Record System (Name, Matric, DoB)
iii.Vehicle Registration System (Owner Name, Registration Number, Manufacturing Year)
iv.Online Catalog System (Product Number, Price, Quantity)
Create multiple sorting functions to sort the database according to different parameters.
Implement an efficient searching algorithm to search the database.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
