Amazon Coding Interview Question | Leetcode 415 | Add Strings

preview_player
Показать описание
In this video, we introduce how to solve the "Add Strings" question which is used by big tech companies like Google, Facebook, Amazon, Apple, Microsoft in coding interviews. We also cover how to behave during a coding interview, e.g. communication, testing, coding style, etc.

Please subscribe to this channel if you like this video. I will keep updating this channel with videos covering different topics in interviews from big tech companies.

Рекомендации по теме
Комментарии
Автор

I did this in one line using python3 and got 86% runtime and 95% memory. return str(int(num1) + int(num2)) but it says I can't use built in functions...smh

angelsancheese
welcome to shbcf.ru