Add Strings at Airbnb
Easy52.1% acceptance
This problem has 75.0% frequency at Airbnb.
Problem Description
Given two non-negative integers, `num1` and `num2` represented as string, return _the sum of_ `num1` _and_ `num2` _as a string_. You must solve the problem without using any built-in library for handling large integers (such as `BigInteger`). You must also not convert the inputs to integers directl...
Read full problem and hintsTopics
Also asked at 14 companies
More Airbnb Questions
Text JustificationHardPalindrome PairsHardAdd Two NumbersMediumRegular Expression MatchingHardValid ParenthesesEasy
View all Airbnb questions