Find Jobs
Hire Freelancers

Solve me a Data Structure Problem

₹600-1500 INR

Cancelado
Publicado hace casi 5 años

₹600-1500 INR

Pagado a la entrega
Your manager said that the users are now demanding an additional feature where the Upzilla Browser will also show websites that the users have visited the most. Therefore, your job is to implement an additional function called: public void listTopVisitedSites(Queue<SiteStats> sites, int n) sites is a queue that represents all the websites that the user has visited, as well the number of times that the user has visited each website Please see below for definition of the SiteStats class n represents the top n most visited sites that we want to retrieve from the queue 0 < n <= m, where m is the number of websites tracked by Queue<SiteStats> sites or the size of the queue The function will print the top 5 sites and the no. of times they are visited. If multiple websites have been visited the same no. of times, then they should be ordered by recency (the last visited). If the user has no browsing history, the function will print an empty array of type String In addition, your manager mentions this feature will be shipped in the mobile version of Upzilla Browser. Therefore, you should use the minimal amount of space/memory possible to implement this function since memory is limited in mobile devices. Thus, please follow these instructions while implementing the listTopVisitedSites(Queue<SiteStats> sites, int n) function: Please sort Queue<SiteStats> sites without using any additional queue(s) or data structure(s) a. In other words, sort Queue<SiteStats> sites using itself and do not allocate other data structures. You can do this by finding the most visited site and reordering the queue so that the most visited sites take the top positions after sorting is completed. Once the queue is sorted, please print the top N sites The runtime and space complexity of your implementation should be O( N 2 ) and O(1) respectively. You would also need to complete the following method - public static void updateCount(String url) This method finds the given website in the queue and increments the visited count by 1, if the website is found in the queue. If the website is not found, it adds a new node to the queue. Note: In order to not limit the number of distinct sites that the users could visit from the browser, SiteStats were not stored in a constant sized array. Instead, the number of websites visited is stored in a Queue. This also had the benefit of allowing quick updates to the numVisits variable, as user behaviour showed that they were more likely to visit sites that they had not recently gone to. Thus following a somewhat FIFO approach.
ID del proyecto: 19791501

Información sobre el proyecto

1 propuesta
Proyecto remoto
Activo hace 5 años

¿Buscas ganar dinero?

Beneficios de presentar ofertas en Freelancer

Fija tu plazo y presupuesto
Cobra por tu trabajo
Describe tu propuesta
Es gratis registrarse y presentar ofertas en los trabajos
1 freelancer está ofertando un promedio de ₹2.050 INR por este trabajo
Avatar del usuario
.......................................................................................................................................................
₹2.050 INR en 1 día
5,0 (45 comentarios)
4,6
4,6

Sobre este cliente

Bandera de INDIA
Mumbai, India
5,0
1
Forma de pago verificada
Miembro desde may 27, 2019

Verificación del cliente

¡Gracias! Te hemos enviado un enlace para reclamar tu crédito gratuito.
Algo salió mal al enviar tu correo electrónico. Por favor, intenta de nuevo.
Usuarios registrados Total de empleos publicados
Freelancer ® is a registered Trademark of Freelancer Technology Pty Limited (ACN 142 189 759)
Copyright © 2024 Freelancer Technology Pty Limited (ACN 142 189 759)
Cargando visualización previa
Permiso concedido para Geolocalización.
Tu sesión de acceso ha expirado y has sido desconectado. Por favor, inica sesión nuevamente.