We have two special characters:
0.10 or 11).Given a binary array bits that ends with 0, return true if the last character must be a one-bit character.
1 <= bits.length <= 1000bits[i] is either 0 or 1.bits = [1,0,0]truebits = [1,1,1,0]false