Adding Two Negabinary Numbers
Understand how to add two numbers represented in negabinary (base -2) using arrays of bits. Explore step-by-step methods to compute their sum and return the result in negabinary format with no leading zeros. Practice implementing this mathematical coding challenge effectively.
We'll cover the following...
We'll cover the following...
Statement
You are given two numbers represented in negabinary (base