I've been reading about signed-digit representations of numbers and I wanted to confirm that my general understanding was correct.
As I understand it, a signed-digit representation allows for fast addition of integers, however as a consequence we now have non-unique representations of numbers. If we select the signed digit representation of balanced ternary however, there is a special representation called the Non-Adjacent form that guarantees a unique representation of any number.
Is this correct?