Topic: Linked List Problem / Level: advanced

Problem: Implement a function to convert a doubly linked list into a balanced binary search tree (BST) in-place.

Run the code to see the output here...