Q3. According to the following scenario, choose a most appropriate data structure or algorithm that will be used to stor

Business, Finance, Economics, Accounting, Operations Management, Computer Science, Electrical Engineering, Mechanical Engineering, Civil Engineering, Chemical Engineering, Algebra, Precalculus, Statistics and Probabilty, Advanced Math, Physics, Chemistry, Biology, Nursing, Psychology, Certifications, Tests, Prep, and more.
Post Reply
answerhappygod
Site Admin
Posts: 899604
Joined: Mon Aug 02, 2021 8:13 am

Q3. According to the following scenario, choose a most appropriate data structure or algorithm that will be used to stor

Post by answerhappygod »

Q3 According To The Following Scenario Choose A Most Appropriate Data Structure Or Algorithm That Will Be Used To Stor 1
Q3 According To The Following Scenario Choose A Most Appropriate Data Structure Or Algorithm That Will Be Used To Stor 1 (53.28 KiB) Viewed 46 times
Q3. According to the following scenario, choose a most appropriate data structure or algorithm that will be used to store the data or solve the problem. You must choose your answer from the following and you also need to explain the data structure or algorithm that you choose Linked list, sorted-list, undirected weighted graph, directed weighted graph, tree, binary tree, heap, merge sort, quick sort, shell sort (a) Suppose you are required to design a map system to display traffic travel times on a web page. The map displays cities, intersections and the roads that connect them, and the travel times between them along those roads. Travel times along the same road may be different in different directions (5 marks) (b) You want to sort an unordered array that has 2000 items and the complexity time must be always maintained as O(nlogn). (5 marks) (C) Suppose you are required to design an app to record all your friends' data which are name, birthday and telephone number. This app will also alert you based on the birthday and show the name and telephone number. (5 marks) (d) You want to organize the folders and documents in the computer. (5 marks) (e) The following Figure I shows a football tournament schedule. You want to use data structure to implement this match and find the champion
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!
Post Reply