Playing with Merkle Trees
To learn more about Merkle Trees, we’ve made an Observable Notebook you can find here. Follow along with the tutorial to better understand the code structure of this data structure.
Additional Material
- Video: Merkle Roots, Merkle Trees
- Wikipedia: Merkle Trees, Merkle Patricia Tree, Radix Tree
- Interactive Code: Binary Trees Scroll down to “Binary Search Tree,” this is more general computer science!
- Code Tutorial: Implement A Binary Search Tree Again, another general computer science tutorial, simply meant to give you an understanding of tree data structures and how machines read and write to them.