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 |
Tags
- 코딩테스트
- 건담헤드
- 밥무하마드
- 누룽지소금빵
- 제프딕슨
- 눈알빠지겠네
- 우리시대의역설
- 노노그램
- 30mf
- 코테
- 롱라이플
- 게임
- 포켓몬
- 취미
- 맛집
- 메탈퍼즐
- javascript
- 바질토마토뭐시기
- 지쿠악스
- 유루건
- 발더스모드
- 가챠
- 지리데칼
- DIY
- 발더스게이트
- LeetCode
- 블라인드박스
- 건담
- 미앤아이
- 프라모델
Archives
- Today
- Total
목록2022/11/29 (1)
.Zzumbong
[leetCode/JS] 380. Insert Delete GetRandom O(1)
난이도 [ 🤔 ] Medium 문제 설명 Implement the RandomizedSet class: RandomizedSet() Initializes the RandomizedSet object. bool insert(int val) Inserts an item val into the set if not present. Returns true if the item was not present, false otherwise. bool remove(int val) Removes an item val from the set if present. Returns true if the item was present, false otherwise. int getRandom() Returns a random ele..
coding test/leetCode
2022. 11. 29. 14:43