AshvinBambhaniya / LeetCode-Hackathon

0 stars 0 forks source link

Create a program for managing a library of books #4

Open AshvinBambhaniya opened 6 months ago

AshvinBambhaniya commented 6 months ago

Problem: Create a program that manages a library of books. Each book has a title, author, and publication year. Implement functions to add a book, remove a book, and display all books in the library.

Acceptance Criteria:

Hints:

ab1550 commented 6 months ago

Add README file for the implementation of the library management system.