자료구조 S6: Stack & Queue

소바·2022년 9월 24일
0

Stack

Stack의 기본개념

Array로 Stack 구현하기

Linked-List로 Stack 구현하기

Stack: Constructor

Stack: push

Stack: pop

Queue

Queue 기본개념

LL -> Queue

Queue: Constructor

Queue: Enqueue

코드로 보기

Queue: Dequeue

profile
소바보이

0개의 댓글