used this project to upgrade my understanding of how to improve coding skills in terms of advance structures using java. Such as queues, hash maps and lists / linked lists.
- Able to add books and users part of the library club.
- borrow and return books.
- manage a waitlist where automatically puts users waiting for certain books on a waiting list.
- programming with queues, hashmaps and linked lists in java.
- linking all different data structures and algorithms together.
- helps manage and reduce paperwork on the librarian system.
- allows them to keep track of the members and books in the library.
- allows customers / members waiting for books on waiting list in organised manner.
- keeps track of fines of people who return books late.
- gets faster results on fetching information.
- Java using netbeans IDE.