Leetcode 328. Odd Even Linked List - Python Solution

Опубликовано: 06 Октябрь 2024
на канале: Lit Code
12
0

Leetcode Daily Challenge - December 6, 2022
Leetcode 328. Odd Even Linked List - Python Solution

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 space complexity and O(n) time complexity.

Support the channel by subscribing and hitting the like button.

Solution URL: https://leetcode.com/problems/odd-eve...

LinkedIn:   / sachin-singh-ss31  
Email: [email protected]


#leetcode #leetcodesolution #leetcodedailychallenge #codingpractice #learnpython #python #googleinterview #amazoninterviewpreparation