Your Dashboard
Interview Coaching
Learn
System Design
ML System Design
Code
Behavioral
Salary Negotiation
Interview Guides
Search
⌘K
Get Premium
Leetcode 1073. Adding Two Negabinary Numbers
Given two arrays of 0/1 digits representing numbers in base -2, compute their sum and return the normalized negabinary representation (array of 0/1 with no leading zeros). The core challenge is performing digit-wise addition with carries in a negative base (carry values can be positive or negative) for inputs up to length 1000.
Question Timeline
See when this question was last asked and where, including any notes left by other candidates.
All Regions
Comments
Hello Interview Premium
Your account is free and you can post anonymously if you choose.