leetCode #43 Multiply Strings | JSer - algorithm and JavaScript

preview_player
Показать описание
#43 Multiply Strings
Nothing fancy here, just understand how we do multiplication, and convey that into real code. It shouldn't be hard. Just care for the edge case like all zeroes and stuff

Hi I'm a JavaScript engineer who is not good at algorithms,
and currently practicing leetCode online. If you are interested, maybe we can learn together.
Рекомендации по теме
Комментарии
Автор

can you tell if we do this console.log(n*5) we get nA instead getting, why so?

pradyumnpandey
Автор

How to multiply character like, a*a =a^2
Or
a*b =ab


How??

kafimollik