Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

dterm Part 2-1pdf Assignment 3 HW3.pdf /Mrbankok/AppData/Local/Packages/Microsoft.MicrosoftEdge In this homework, you will implement a single linked list to store a list of computer science textbooks.

image text in transcribed
image text in transcribed
image text in transcribed
dterm Part 2-1pdf Assignment 3 HW3.pdf /Mrbankok/AppData/Local/Packages/Microsoft.MicrosoftEdge In this homework, you will implement a single linked list to store a list of computer science textbooks. Every book has a title, author, and an ISBN number. You will create 2 classes: Textbook and Library. Textbook class should have all above attributes and also a "next" pointer. Textbook title ISBN Type Attribute String String author Stringnext Textbook Library class should have a head node as an attribute to keep the list of the books. Also, following member functions should be implemented in this class: Library Attribute Type Textbook head Function Return Type constructor void void void void void Textbook int bool addBook string title, string author, string ISBN) removeBook(string ISBN print print(char startingletter) print/string author) at int index getSizel) isEmpty0

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

25 Vba Macros For Data Analysis In Microsoft Excel

Authors: Klemens Nguyen

1st Edition

B0CNSXYMTC, 979-8868455629

More Books

Students also viewed these Databases questions