https://coderunning.fun/2020/03/29/leetcode/linkedlist/convert-sorted-list-to-binary-search-tree/ Given a singly linked list where elements are sorted in ascending order, convert it to a height balanced BST.