javascript-algorithms
javascript-algorithms copied to clipboard
Merkle tree added with implementation and documentation
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.