Find Jobs
Hire Freelancers

Developing a Ratings Query Application

$10-30 USD

Closed
Posted over 7 years ago

$10-30 USD

Paid on delivery
1 Introduction Most major websites collect feedback from their customers in order to improve the quality of their services. The most common form of user feedback is ratings. For example, [login to view URL] collects users’ ratings of books (see Figure 1), [login to view URL] collects movie ratings and [login to view URL] gathers users’ rating of hotels. Figure 1: Some books’ ratings on [login to view URL] A rating consists mainly of three important pieces of information: 1. The user ID: this is the ID of the user who gave the rating. 2. The item ID: this is the ID of the item being rated. For example, the item can be a book, a movie or a hotel. 3. The rating value: this is a numerical value that is usually an integer ranging from 1 to 5 (or 1 to 10), where 1 is the lowest rating (user not satisfied) and 5 (or 10) is the highest rating (user very satisfied). Your goal in this project is to write a program that reads a list of ratings from a text file, stores them e!ciently in memory (you should choose the appropriate data structure for this) and answers a number of queries as e!ciently as possible. Examples of queries are: What is the rating given by user i to item j? What is the average rating of item j? What is (are) the highest rated item(s)? 2 Requirements In this phase, you are required to implement the following classes: public class Rating { private int userId; private int itemId; private int value; // The value of the rating // Constructor public Rating(int userId, int itemId, int value); // Getters... (No setters. This class is immutable) } public class RatingManager { // Constructor public RatingManager(); // Read ratings from a file and create a RatingManager object that stores these ratings public static RatingManager read(String fileName); // Add a rating public void addRating(Rating rating); // Return all ratings given by user i. Search should be efficient. public LinkedList<Rating> getUserRatings(int i); // Return all ratings given to item j. Search should be efficient. public LinkedList<Rating> getItemRatings(int j); // Return the average rating of item j. If i has no ratings, -1 is returned public double getAverageItemRating(int j); // Return the average rating given by user i. If i has no ratings, -1 is returned public double getAverageUserRating(int i); // Return the list of all items having the highest average rating (for example if the highest average rating is 4.9, the method should return all items with average rating 4.9) public LinkedList<Integer> getHighestRatedItems(); } Let n denote the number of users, m the number of items and k the number of ratings. Usually k is much smaller than nm, because a user does not usually rate all items. Your memory requirement must be O(k) and not O(nm). 3 Deliverable and rules You must deliver: 1. A report written using the provided template.
Project ID: 12129237

About the project

6 proposals
Remote project
Active 7 yrs ago

Looking to make some money?

Benefits of bidding on Freelancer

Set your budget and timeframe
Get paid for your work
Outline your proposal
It's free to sign up and bid on jobs
6 freelancers are bidding on average $20 USD for this job
User Avatar
Hi, I'm an experienced java developer and I can do this task in 2 days. I can produce quality code with comments as required. Thanks & Regards, Indika
$25 USD in 2 days
4.8 (13 reviews)
5.4
5.4
User Avatar
We have a team that will definitely provide best solution to you. We do fair code with reasonable price and client satisfaction is our Responsibility. Personally we have 8 + years experience of web, Mobile and desktop based applications and other technology related to this.
$10 USD in 1 day
0.0 (0 reviews)
0.0
0.0
User Avatar
Hi, I had hands on experience in Java, SQL server. Knowledge on Data structures and algorithms. I had an experience in java more than 3 years. So, I will complete to fulfill your requirement as soon as possible. Please let me kno Thanks, sravani
$20 USD in 2 days
0.0 (0 reviews)
0.0
0.0
User Avatar
I believe that I am the best candidate for this position because of my extensive experience as a full stack developer. I was part of the initial development team for VISA payment system migration to the chip based authentication system. Now working with NPCI to build UPI payment system for digital India initiative.
$25 USD in 3 days
0.0 (0 reviews)
0.0
0.0

About the client

Flag of SAUDI ARABIA
Saudi Arabia
0.0
0
Payment method verified
Member since Dec 14, 2015

Client Verification

Other jobs from this client

Decrypt files
$30-250 USD
Thanks! We’ve emailed you a link to claim your free credit.
Something went wrong while sending your email. Please try again.
Registered Users Total Jobs Posted
Freelancer ® is a registered Trademark of Freelancer Technology Pty Limited (ACN 142 189 759)
Copyright © 2024 Freelancer Technology Pty Limited (ACN 142 189 759)
Loading preview
Permission granted for Geolocation.
Your login session has expired and you have been logged out. Please log in again.