Can I create a binary tree with nodes of attributes (binary vector value, left child, right child, parent, depth)?
The inserted elements are compared based on specific conditions so that a binary tree is produced. Some empty nodes are inserted to keep the tree in shape.
