DATA STRUCTURE-U3

domngo2

Linked Lists

Write a C++ program to implement a singly linked list of books. The book details should include the following: title, author, and ISBN. The program should include the following functions:

  • addBook: This is a function to add a new book to the list.
  • isInList: This is a function to check if a book exists in the list.
  • compareLists: This is a function to check whether two lists have the same books
  • 4 pages of C++ source code file
  • References
    • 9 years ago
    • 20
    Answer(3)

    Purchase the answer to view it

    NOT RATED
    • greatagain.docx

    Purchase the answer to view it

    NOT RATED
    • cbooklist.zip

    Purchase the answer to view it

    NOT RATED
    • sampleoutput.jpg