Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

solve question 1.3 only Please provide the block diagram for this project (OptiRoute) 1.1 SUMMARY DESCRIPTION One-paragraph overall description of your proposed term projecthalf-page (12-point

solve question 1.3 only

Please provide the block diagram for this project (OptiRoute)

1.1 SUMMARY DESCRIPTION

One-paragraph overall description of your proposed term projecthalf-page (12-point Times New Roman) limit. You are not being asked to provide detailed requirements herewe only need to know what the overall project is about. This assignment requires divide-and-conquer but within the eventual project, you will need to do sorting, compute paths within a graph, use stored solutions to subproblems, and perhaps more. So, make the scope broad, to give you a better chance of identifying where these can be applied. You will not be asked to complete an application this termonly the specific requirements that you will provide. Your project direction and details may change as the term progresses.

My proposed term project is called "OptiRoute" and it is a routing optimization tool for delivery companies. The tool will take in a list of deliveries, each with their own addresses and specific delivery times, and output the most efficient route for a delivery driver to take in order to complete all of the deliveries on time. The tool will incorporate divide and conquer techniques in order to efficiently find the optimal route.

1.2 PROJECTED I/O SPECIFIC EXAMPLE FROM PROJECTED COMPLETED PROJECT

Provide an example of projected concrete output for designated input. You will not be held to fulfilling exactly thisit is just explanatory at this point, to indicate where your project is going. This section refers to the overall project, not just to what you will produce this week, so we can gain an idea of what you have in mind overall. Details are not required.

INPUT: (Delivery 1) 123 Main St, Anytown USA, Deliver by 9am, (Delivery 2) 456 Park Ave, Anytown USA, Deliver by 10am, (Delivery 3) 789 Elm St, Anytown USA, Deliver by 11am

OUTPUT: Optimal Route: 123 Main St -> 456 Park Ave -> 789 Elm St

1.3 Class model and Sequence Diagram

Your response should replace this

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Understanding Oracle APEX 5 Application Development

Authors: Edward Sciore

2nd Edition

1484209893, 9781484209899

Students also viewed these Databases questions