AdvancedVocabulary#software-architecture#developer-tools#backend

Merkle Tree Vocabulary

Build fluency in the vocabulary of a tree of hashes that summarizes an entire dataset up to one root hash.

0 / 5 completed
1 / 5
At standup, a dev mentions a tree where every leaf holds the hash of a piece of data and every internal node holds the hash of its children's combined hashes, all the way up to a single root hash summarizing the entire dataset. What is this structure called?