auxiliary space
RU: вспомогательная память
The extra memory used by an algorithm beyond the input itself: new arrays, temporary variables, recursion stack frames. Measured in Big-O, e.g., O(n) for a new array of size n.
RU: вспомогательная память
The extra memory used by an algorithm beyond the input itself: new arrays, temporary variables, recursion stack frames. Measured in Big-O, e.g., O(n) for a new array of size n.