Invitation to Computer Science 8th Edition

Published by Cengage Learning
ISBN 10: 1337561916
ISBN 13: 978-1-33756-191-4

Chapter 2 - Exercises - Page 87: 17b

Answer

Changing the greater than sign to a less than sign would change the task of the entire algorithm. It would output the smallest element instead of the largest one. Making sure that we have the right relational operation in place is crucial for achieving the desired result. Changing the operator in a conditional primitive could change the whole "job" of the algorithm. Changing it in an iterative one could lead to a different number of iterations, no iterations at all, or infinite iterations.

Work Step by Step

--
Update this answer!

You can help us out by revising, improving and updating this answer.

Update this answer

After you claim an answer you’ll have 24 hours to send in a draft. An editor will review the submission and either publish your submission or provide feedback.