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
- LeetCode
- 메탈퍼즐
- 누룽지소금빵
- 토이프로젝트
- 게임
- 미앤아이
- 뜨아거
- 노노그램
- 발더스게이트
- 눈알빠지겠네
- 발더스3
- 나쫌
- 알고리즘테스트
- 취미
- 바질토마토뭐시기
- 밥먹고
- 서울제빵소
- javascript
- 발더스모드
- 맛집
- 잠실새내
- 버즈2프로
- 하스스톤
- 메일우유
- 코딩테스트
- DIY
- 송리단
- 천등
- 3d퍼즐
- 코테
Archives
- Today
- Total
목록2022/12/06 (1)
.Zzumbong
[leetCode/JS] 328. Odd Even Linked List
난이도 [ 🤔 ] 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