When a small set of functions which use each other is so-05842
When a small set of functions (which use each other) is so overwhelmingly the bottleneck, there are two alternatives:
This multiple choice question (MCQ) is related to the book/course vu cs504 Software Engineering - I. It can also be found in vu cs504 Final Term - Quiz No.12.
When a small set of functions (which use each other) is so overwhelmingly the bottleneck, there are two alternatives:
use a better algorithm OR re-write the code
debug the code OR place assertions in code
remove the functions OR add more functions
changed programming language OR compiler at least