[CS:APP] Chap2 A Representing and Manipulating Information(2)-Integer Representation
2.2 Integer Representations
2.2 Integer Representations
스택(Stack)이란? 스택(Stack)은 후입선출(LIFO, Last In First Out)방식으로 동작하는 선형 자료구조이다. 즉, 스택에 가장 마지막에 추가된 데이터가 가장 먼저 제거된다.
컴퓨터 비전 개요
추상 자료형(Abstract data type, ADT)이란?