From 0e0abacc237f9b2ca977466bb9ab8b62748ddc98 Mon Sep 17 00:00:00 2001 From: Bassel Dib <bassel.dib@stud.uni-goettingen.de> Date: Fri, 26 Apr 2024 20:22:59 +0000 Subject: [PATCH] Update Readme --- Readme | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Readme b/Readme index dadd545..2371dc1 100644 --- a/Readme +++ b/Readme @@ -22,10 +22,10 @@ References: - Stack overflow. First thoughts -- I need some kind of memory and that couldn’t only be provided with objects -o Arraylist -- To mark books as liked my first idea was to use Boolean to mark the books if liked or not, but it was not later feasible with OOP and the following use for customer and getAllLikedBooks -o Store liked books in a list for each customer and increase number of likes for a book + - I need some kind of memory and that couldn’t only be provided with objects + -> Arraylist + - To mark books as liked my first idea was to use Boolean to mark the books if liked or not, but it was not later feasible with OOP and the following use for customer and getAllLikedBooks + -> Store liked books in a list for each customer and increase number of likes for a book Most liked books: first I implemented a method that returns the most liked book -- GitLab