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
- 재귀
- backtracking
- binary tree
- list
- binary search
- easy
- sorting
- Depth-first Search
- recursive
- leetcode
- string
- two pointers
- Array
- linked list
- 중간
- DP
- Python
- matrix
- hash table
- 이진트리
- 리트코드
- math
- 문자열
- HashTable
- tree
- dfs
- Binary
- Medium
- 미디움
- 쉬움
Archives
- Today
- Total
목록leetcode 232 (1)
부부의 코딩 성장 일기
LeetCode 232(Implement Queue using Stacks)
1. 문제 링크 https://leetcode.com/problems/implement-queue-using-stacks/ Implement Queue using Stacks - LeetCode Can you solve this real interview question? Implement Queue using Stacks - 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 t leetcode.com 2. 문제 설명 큐(Queue)는 ..
Algorithm/LeetCode
2024. 2. 14. 19:00