/add-two-number-strings

Little function calculate sum of big numbers

Primary LanguageJavaScriptMIT LicenseMIT

Add two number strings

Build Status Coverage Status

This is a demo of function addTwoNumberStrings which takes two strings of big decimal number and return total as a string of big decimal number.

Algorithm

Input, Output

  • Input: Strings of two big positive integers A and B (decimal)
  • Output: A + B as string in decimal

Function Signature

function add(left: string, right: string): string;

Code

Read more at CONTRIBUTING.md

Live Demo

https://ksxgithub.github.io/add-two-number-strings/

License

MIT © 2017 Hoàng Văn Khải