-fixed part 

instruction space

simple variable ex) x=3;

const

fixed size variables ex) a[10]

 

-variable part

variables depending on input

ex)s[n]

recursion stack

 

'cs > 알고리즘' 카테고리의 다른 글

[알고리즘] 모듈러 연산(나머지 연산)  (0) 2021.09.08
알고리즘 문제에서의 시간 복잡도(빅오 표기법)  (0) 2021.09.08
Time complexity Analysis  (0) 2021.05.09
Efficiency  (0) 2021.05.09
알고리즘 문제해결과정  (0) 2021.01.16

+ Recent posts