Index

B E F G I J K M N P S T 
All Classes and Interfaces|All Packages

B

BinaryTree - Class in kkchengaf.EnchantmentOrder
The underlying tree structure of a search result,
it stores a reference to the result data after constructor,
buildTree(): Node, build the tree structure for later traversal,
parseTree(inputHashMap): Integer, assign the data to all the tree nodes,
traversal(node, callback): Boolean, post-order traversal and callback non leaf node
BinaryTree(JSONObject) - Constructor for class kkchengaf.EnchantmentOrder.BinaryTree
Constructor of the tree
BinaryTreeOptimization - Class in kkchengaf.EnchantmentOrder
static class of searching the optimal order
BinaryTreeOptimization() - Constructor for class kkchengaf.EnchantmentOrder.BinaryTreeOptimization
 
buildTree() - Method in class kkchengaf.EnchantmentOrder.BinaryTree
Build the tree based on the structure strc,
value of the node are not built,
Return the tree root for traversal
B E F G I J K M N P S T 
All Classes and Interfaces|All Packages