Adding Two Negabinary Numbers
Explore how to add two numbers represented in negabinary (base -2) format given as arrays. Learn to handle bitwise operations and return the correct sum maintaining negabinary representation without leading zeros.
We'll cover the following...
We'll cover the following...
Statement
You are given two numbers represented in negabinary (base