#This is a Library Management System using Java
-learnings
-"Project optimized from O(n) to O(1) search using HashMaps."
-restructured switch case
-Efficient coding is about developing and refactoirng until the system is optimized
#Features
- Add Books
- Add and register users
- Display books
- Issue/Return Books
- Search option by bookname/author/ISBN
- UNIQUE: IF BOOK NOT FOUND SIMILAR BOOKS LISTED
Objective:
-To Strengthen my fundamentals in java
-To begin solving real world challenges and on and on...
Had a Wonderful Time Coding!