addSubNode

Will add subnode in tree if there are no any node with newData

This process will continue until function will not find place to put SortedBinaryTreeNode with data or SortedBinaryTreeNode with SortedBinaryTreeNode.data same as newData will be found