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
- 코딩테스트
- 미앤아이
- 프라모델
- 바질토마토뭐시기
- 밥무하마드
- javascript
- 가챠
- 우리시대의역설
- 메탈퍼즐
- 취미
- LeetCode
- 유루건
- 건담
- 게임
- 지리데칼
- 제프딕슨
- 발더스게이트
- 노노그램
- 누룽지소금빵
- 포켓몬
- 건담헤드
- 30mf
- 발더스모드
- 눈알빠지겠네
- 블라인드박스
- 코테
- 맛집
- 지쿠악스
- 롱라이플
- DIY
Archives
- Today
- Total
목록2022/12/06 (1)
.Zzumbong
난이도 [ 🤔 ] Medium 문제 설명 Given the head of a singly linked list, group all the nodes with odd indices together followed by the nodes with even indices, and return the reordered list. The first node is considered odd, and the second node is even, and so on. Note that the relative order inside both the even and odd groups should remain as it was in the input. You must solve the problem in O(1) extra..
coding test/leetCode
2022. 12. 6. 10:21