Leetcode #: 430
Name: Flatten a Multilevel Doubly Linked List
Difficulty: Medium
Url: https://leetcode.com/problems/flatten-a-multilevel-doubly-linked-list/ Prompt You are given a doubly linked list, which contains nodes that have a next pointer, a previous pointer, and an additional child pointer. This child pointer may or may not point to a separate doubly linked…