Answered You can buy a ready-made answer or pick a professional tutor to order an original one.

QUESTION

Given the text file citytpr.txt containing temperature readings for various cities, develop a Raptor algorithm to sort the temperatures in decreasing values. The sorted temperatures shall be written

Given the text file citytpr.txt containing temperature readings for various cities, develop a Raptor algorithm to sort the temperatures in decreasing values. The sorted temperatures shall be written 

Given the text file citytpr.txt containing temperature readings for various cities, develop a Raptor algorithm to sort the temperatures in decreasing values. The sorted temperatures shall be written to a file called sortedcitytpr.txt. The content of the files citytpr.txt and sortedcitytpr.txt must be stored in the formats shown below. For each city, the citytpr.txt includes the city name and the temperature respectively. The solution must work for any arbitrarily large file ( i.e. the number of city-temperature records must not be hard coded in the algorithm). The submission must be the Raptor file of your flowchart solution. Any other forms of submissions will be marked as zero.  

Content of citytpr.txt

Ottawa10Hamilton4Victoria2Halifax14Regina11

Content of sortedcitytpr.txt

Halifax: 14Regina: 11Ottawa: 10Hamilton: 4Victoria: 2

Hint:

Since it is a sorting problem, the solution must resemble something like the main chart for the insert, selection or the bubble sorting algorithm – anyone of these will do. The only differences may be : (1)  the sorting order (increasing or decreasing), (2) the swap. For the homework the swap must be applied to both temperatures and city names at the same time. For file reading check the example of  Figure 7.9 (module 7).

Store the city names and corresponding temperatures in two separate arrays. Make sure that for any city, its name and temperature are placed at the same index position of their corresponding arrays.  The problem at hand can then be solved by sorting the temperature array (using any one of the sorting algorithms) while at the same time moving the positions of the names in the city array so that they match the positions of their corresponding city temperatures being sorted.

Show more
  • @
  • 13 orders completed
ANSWER

Tutor has posted answer for $10.00. See answer's preview

$10.00

***** *** Raptor ********* **** chart *** *** ******* problem ****** ********** ********* is:Practice using ***** ********* symbols correctly; ********** ****** Input ******* *********** ****** **************** an ********* to ***** * *******

Click here to download attached files: Given the text file citytpr.txt containing temperature readings for various cities, develop a Raptor algorithm.docx
Click here to download attached files: Given the text file citytpr.txt containing temperature readings for various cities, develop a Raptor algorithm.docx
or Buy custom answer
LEARN MORE EFFECTIVELY AND GET BETTER GRADES!
Ask a Question