What kind of data structure is a Merkle Tree? Tree How is each leaf node labeled in Merkle Tree? A cryptographic hash of the data block How is each non-leaf node labeled in Merkle Tree? A cryptographic hash of its child nodes’ values In the abo...