Package dev.brachtendorf.jimagehash.datastructures.tree.binaryTreeFuzzy
-
Class Summary Class Description FuzzyBinaryTree A binary tree implementation allowing to quickly lookup be aware that fuzzy trees currently are of one time use and are rendered invalid as soon as one of the underlying hashes changes it's internal state.! TODO for mutability add a list of uncertainties to each node and allow remove operation by supplying the old and the new fuzzy hash stateFuzzyNode A tree node saving references to it's children.