Skip to content

Bensas/AVLockchain

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

123 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AVLockchain

A blockchain that creates an AVL tree. Each block cotains an operation to be performed on the tree. To run the program:

  • Clone the repository
  • Inside the AVLockchain directory, run the folowing command from the terminal
java -jar TPE.jar zeros Z

Where Z is the number of zeros the hash of a block must start with to be considered valid.

About

AVL data tree built on a blockchain to prevent historical modifications.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors