are there some code for put binary strings in a tree?
Ex:

i've the string 100

put in the right node

arrive 1011

now the first right node is 10 and the left child will be 0 and the right child 11