Data Structure (1) 썸네일형 리스트형 [Java] Stack concept and solving problem using the stack StackWhat is Stack?A stack data structure is much like an actual stack of plates. The last plate you put on top of plates. That's going to be the first one you removed.So the stack called LIFO(Last In First Out) data structure. So the stack called LIFO(Last In First Out) data structure. The stack is linear data structures in that add element then another element sequentially. It has flexible siz.. 이전 1 다음