3615. Convert Doubly Linked List to Array II

Medium
Array
Linked List
Doubly-Linked List

Description

Hints

Hint 1
Use the pointer to the previous node to reach the <code>head</code> node.

Statistics

Acceptance
82.5%
Submissions
4,063
Accepted
3,354