binarytree-solidity Implementation of binary tree in solidity This implementation can be used to create special cases of trees. As solidity doesnt allow pointers, array implementation is used for the same.