What are the merkle trees? Are they important?
Answer / Jagveer Singh
Merkle trees (named after Ralph Merkle) are binary tree-like data structures where each non-leaf node is the cryptographic hash of its child nodes. They are used in blockchain to efficiently verify large sets of data without needing to transmit the entire set. They're important for ensuring data integrity and reducing network bandwidth usage.
| Is This Answer Correct ? | 0 Yes | 0 No |
How double spending can be stopped in a blockchain?
What are the key principles in Blockchain that are helpful in eliminating the security threats that needs to be followed?
What variables are stored in the storage and memory areas respectively?
How are merkle trees used in blockchains?
How a blockchain ledger is different from an ordinary one?
What does bip stands for?
How are blocks changed together?
Explain a real-time blockchain use case?
What happens if the execution of a smart contract costs more than the specified gas?
What are merkle trees? How important are merkle trees in blockchains?
What is the difference between the distributed database and the traditional database?
What is a block in blockchain technology?