Given two B trees of same t, T1 and T2, so that every element is T2 is bigger than every element in T1. I have to join them into a single B tree in the most efficient way.