https://school.programmers.co.kr/learn/courses/30/lessons/12909
Stack
s.push
s.pop
s.peek
s.empty
만 알면 스택문제는 쉽게 풀 수 있는 것 같다.
'Algorithm Study' 카테고리의 다른 글
[프로그래머스] 기능개발 (level.2) / ( Queue ) / JAVA (0) | 2022.09.27 |
---|---|
[프로그래머스] 두큐 합 같게 만들기(level.2) / JAVA (다시) (0) | 2022.09.25 |
[프로그래머스] 같은숫자는 싫어 (level.1) / (Stack ,List ) / JAVA (0) | 2022.09.17 |
[leetcode ] 93. Restore IP Addresses / 백트래킹 / JAVA (다시) (0) | 2022.09.16 |
[leetcode] 1375. Number of Times Binary String Is Prefix-Aligned (0) | 2022.09.16 |