Company: Gocomet_15_jan
Difficulty: medium
Marathon Speedster Problem Description Identify the fastest runner of a given sex in a marathon. A speedster is defined as the runner with the highest top speed. Access the marathon runner database via HTTP GET requests at https://jsonmock.hackerrank.com/api/marathon . The results are paginated and can be accessed by adding &page=num to the query string, where num is the page number. To filter queries by specific fields, append fieldname=value to the URL. For instance, https://jsonmock.hackerrank.com/api/marathon?sex=female returns results for female runners. The query response from the API includes these fields: page : the current page per_page : the maximum results per page total : the total number of records total_pages : the total number of pages for the query data : an array of JSON objects containing runner information Each object in the data field includes the following: name : the name of the runner sex : the sex of the marathon runner top_speed : the top speed of the runner in