MCQOPTIONS
Saved Bookmarks
| 1. |
Every recursive algorithm must have the problem of ________ |
| A. | overhead of repeated function calls |
| B. | collision of different function calls |
| C. | searching for all duplicate elements |
| D. | make only two recursive calls |
| Answer» B. collision of different function calls | |