This is how Git, Cassandra, and Bitcoin work.
I was just reading and implementing Merkle Tree after reading from Cursor's blog and then knowing it's being used in both git and bitcoin. I was looking for other sources and papers and now you have an article. I love it.
My implementation: https://github.com/sidkhuntia/dsalgo/tree/main/merkle_tree
It is mostly to check for file changes.
I was just reading and implementing Merkle Tree after reading from Cursor's blog and then knowing it's being used in both git and bitcoin. I was looking for other sources and papers and now you have an article. I love it.
My implementation: https://github.com/sidkhuntia/dsalgo/tree/main/merkle_tree
It is mostly to check for file changes.