Search
⌘K

Leetcode 306. Additive Number

Determine whether a digit string can be partitioned into at least three numbers (no leading zeros) that form an additive sequence where each number equals the sum of the previous two; solved by trying possible first-two splits and verifying subsequent sums (may require big-integer handling).


Question Timeline

See when this question was last asked and where, including any notes left by other candidates.

Comments

Your account is free and you can post anonymously if you choose.