javascript-algorithms icon indicating copy to clipboard operation
javascript-algorithms copied to clipboard

Merkle tree added with implementation and documentation

Open theSatvik opened this issue 4 years ago • 0 comments

A Merkle tree is a data structure that is used in computer science applications. In bitcoin and other cryptocurrencies​, Merkle trees serve to encode blockchain data more efficiently and securely.

Currently, their main uses are in peer-to-peer networks such as Tor, Bitcoin, and Git.

theSatvik avatar Aug 30 '21 12:08 theSatvik