Can anyone explain what is BlockChain in Comp science?? And how it relates to data in comp science? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Can anyone explain what is BlockChain in Comp science?? And how it relates to data in comp science?

Blockchain tecnology in Comp Science

27th Dec 2019, 9:54 AM
Yatin
Yatin - avatar
2 Answers
0
Blockchain is, in simple terms, an data structure created by linking "blocks" of data that are all linked together. These "blocks" are linked with the data of the previous and the next block's hashes, so that when one "block" is changed, the others are essentially changed as well. This is important for security, since there is a computerized middleman inspecting transactions. For a more programming based tutorial, you should check out the link @voyes has provided.
28th Dec 2019, 2:38 PM
Jianmin Chen
Jianmin Chen - avatar