스택(Stack)

Min·2020년 12월 30일
0

Algorithm/DataStructure

목록 보기
12/12
post-thumbnail

스택(Stack)

  • 함수를 실행할 때마다 함수의 범위를 밀어 넣는 Call Stack(호출 스택)은 스택이라는 자료구조를 사용

요소

  • Push < max(peek)
  • Pop > 0

예시

profile
slowly but surely

0개의 댓글