Unlike binary Merkle trees, ternary have 3 leaf nodes. I wanted to understand how do we eventually get to the Root Merkle node -- is it by concatenating in the pair of 3 (considering 3 leaves in every set) or do we still make pairs (of 2)?
I would appreciate if someone would explain this. Thanks!