Add Strings
Given two non-negative integers num1 and num2 represented as string, return the sum of num1 and num2.
Given two non-negative integers num1 and num2 represented as string, return the sum of num1 and num2.
You are given two non-empty linked lists representing two non-negative integers. The digits are stored in reverse order and each of their nodes contain a single digit. Add the two numbers and return it as a linked list.
Given two binary strings, return their sum (also a binary string).
Given a non-negative integer num, repeatedly add all its digits until the result has only one digit.
Given a column title as appear in an Excel sheet, return its corresponding column number.
Find the closest number in an array of numbers