I want to implement an algorithm that needs to use a hash tree. What are some good, easy-to-understand Java hash tree implementations? Are there books, websites or PDFs on the Internet that give a good explanation on how a hash tree works and how I could implement it?
Asked
Active
Viewed 4,651 times
5
-
http://sourceforge.net/projects/tigertree/ – Tomasz Nurkiewicz Oct 22 '11 at 18:18
1 Answers
6
Yes, there's a Java implementation of hash tree here:
http://jmeter.apache.org/api/org/apache/jorphan/collections/HashTree.html
There's an explanation here:
Google is your friend.

UBIK LOAD PACK
- 33,980
- 5
- 71
- 116

duffymo
- 305,152
- 44
- 369
- 561