Question: Merge k sorted lists Leetcode question: https://leetcode.com/problems/merge-k-sorted-lists/ Had to implement the code and execute it.
Compute the mirror of a binary tree, without using recursion.