Monday, February 11, 2019

the trade-off between time and space

In computer science curricula, a common theme is the trade-off between time and space. In order to have a fast-running pro- gram, you may need to use more memory space. On the other hand, in order to conserve memory space, you might need to settle for slower code.

No comments: