In programming. a special type of data structure in which items are removed in the reverse order from that is which they are added. so the most recently added item is the first one removed. This is al…

팝업레이어 알림

e881cda2338fe2f54e482e9f188f7c72_1682930450_1093.jpg


ae9bf1983599c20a98079b6bcc492e88_1716346166_1083.png

홈 > 학습하기 > 정보처리기능사(실기)
정보처리기능사(실기)

In programming. a special type of data structure in which items are re…

문제풀이 모드 0 정답률 : 63%

In programming. a special type of data structure in which items are removed in the reverse order from that is which they are added. so the most recently added item is the first one removed. This is also called last-in, first-out(LIFO)

STACK

링크드리스트

자료구조

,

0 Comments