DataStructure
Analysis of Algorithms
Analysis of Algorithms 이 분석은 Time Complexity와 Space Complexity로 한다. Running Time 대부분의 알고리즘은 input object를 output object로 변환시킨다. 일반적으로 Running Time은 input size와 비례한다. Running Time은 worst case를 중점으로 본다. Pseudocode 알고리즘의 상위 기술 표현 글 보다 더 구조적인 형태 프로그램보다 덜 세밀화 됨 코드 레벨이 디테일 한 부분은 숨김 RAM Mode 일종의 time complexity. 다른 모델도 존재한다. T(n): # of basic operations, given n input element Primitive(basic) operation ..
2021. 1. 19. 19:16
최근댓글