You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
6 lines
238 B
6 lines
238 B
2 years ago
|
|
||
|
Exercise 1.18: Using the results of
|
||
|
Exercise 1.16 and Exercise 1.17, devise a procedure that generates
|
||
|
an iterative process for multiplying two integers in terms of adding, doubling,
|
||
|
and halving and uses a logarithmic number of steps.40
|