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
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
Комментарии отсутствуют
Информация о видео
7 декабря 2022 г. 10:00:31
00:13:33
Другие видео канала