Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | ||||
4 | 5 | 6 | 7 | 8 | 9 | 10 |
11 | 12 | 13 | 14 | 15 | 16 | 17 |
18 | 19 | 20 | 21 | 22 | 23 | 24 |
25 | 26 | 27 | 28 | 29 | 30 | 31 |
Tags
- 발더스게이트
- 송리단
- 3d퍼즐
- 나쫌
- 맛집
- 누룽지소금빵
- 취미
- 미앤아이
- 노노그램
- 눈알빠지겠네
- 뜨아거
- 잠실새내
- javascript
- 메일우유
- 버즈2프로
- 토이프로젝트
- LeetCode
- 발더스3
- 서울제빵소
- 게임
- 바질토마토뭐시기
- 메탈퍼즐
- DIY
- 코딩테스트
- 알고리즘테스트
- 코테
- 밥먹고
- 하스스톤
- 발더스모드
- 천등
Archives
- Today
- Total
목록2022/12/16 (1)
.Zzumbong
[leetCode/JS] 232. Implement Queue using Stacks
난이도 [ 😊 ] Easy 문제 설명 Implement a first in first out (FIFO) queue using only two stacks. The implemented queue should support all the functions of a normal queue (push, peek, pop, and empty). Implement the MyQueue class: void push(int x) Pushes element x to the back of the queue. int pop() Removes the element from the front of the queue and returns it. int peek() Returns the element at the front ..
coding test/leetCode
2022. 12. 16. 11:23