<u>Explanation:</u>
Remember, an algorithm in simple words means a set of instructions or steps to be followed in other to solve a problem.
Note, to decide which commute is cheaper, it means the output of the algorithm should be the cheaper way to commute.
Using pseudocode do the following;
- determine the inputs and outputs of the problem
- arrange the identified problem into micro-tasks
- describe each micro-tasks in the pseudocode
- Test the pseudocode by solving the problem.
A Presentation software allows you to transmit your presentation over the internet using CDs
Answer:
B. The cost of tour t is at most twice the cost of the optimal tour.
Explanation:
You are using a polynomial time 2-approximation algorithm to find a tour t for the traveling salesman problem.
The cost of tour t is at most twice the cost of the optimal tour
The equation represented as Cost(t) <= 2 Cost(T)
Where
Cost (t) represents cost of tour t
Cost(T) represents cost of the optimal tour
Answer:
1) fair use
2) register
Explanation:
It will not be fair if you copy somebodies work without citing his/her name in your work. You cannot just do that, and this is confirmed by copyright law fair use. Hence fair use completes the above sentence.
Also, the owner of the work must register his work at copyright office for getting the copyright protection.