Загрузка...

Odd Even Linked List - Leetcode 328 - Solution explained! (Kotlin)

Let's solve some sample interview questions together!

328. Odd Even Linked List

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.

Actual question:
https://leetcode.com/problems/odd-even-linked-list/description/

#leetcode
#kotlin
#linkedlist

Видео Odd Even Linked List - Leetcode 328 - Solution explained! (Kotlin) канала Vahid Hoss
Яндекс.Метрика

На информационно-развлекательном портале SALDA.WS применяются cookie-файлы. Нажимая кнопку Принять, вы подтверждаете свое согласие на их использование.

Об использовании CookiesПринять