In programming. a special type of data structure in which items are re…
문제풀이 모드
0
정답률 : 60%
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
링크드리스트
자료구조
채점하기