Package dev.brachtendorf.jimagehash.datastructures.tree.binaryTree
-
Class Summary Class Description BinaryTree<T> A not thread safe binary tree implementation used to quickly compute the hamming distance of multiple hashes.Leaf<T> A leaf node in the binary tree containing multiple values associated with a specific hash valueNode A tree node saving references to it's children.