InterviewSolution
Saved Bookmarks
| 1. |
Define fixed part in the space complexity? |
|
Answer» A fixed part is defined as the total space required to store certain data and variables for an algorithm. For example, simple variables and constants used in an algorithm. |
|