1.

What Are The Basic Goals Of Code Movement?

Answer»

•To REDUCE the SIZE of the CODE i.e. to OBTAIN the space complexity.
•To reduce the frequency of execution of code i.e. to obtain the time complexity.

•To reduce the size of the code i.e. to obtain the space complexity.
•To reduce the frequency of execution of code i.e. to obtain the time complexity.



Discussion

No Comment Found