해커랭크 - https://www.hackerrank.com/ Prepare > Java > Data Structures > Java Stack HackerRank HackerRank is the market-leading technical assessment and remote interview solution for hiring developers. Learn how to hire technical talent from anywhere! www.hackerrank.com 컴퓨터 과학에서 스택 또는 LIFO(후입선출)는 요소의 컬렉션 역할을 하는 추상 데이터 유형으로, 컬렉션에 요소를 추가하는 push와 마지막 요소를 제거하는 pop의 두 가지 주요 작업이 있습니다. — Wikipedia 괄호만 포함하..