Skip to content
This repository has been archived by the owner on Jun 19, 2019. It is now read-only.

KSXGitHub/add-two-number-strings

Repository files navigation

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