摘要:
Given an array of words and a length L, format the text such that each line has exactly L characters and is fully (left and right) justified. 阅读全文
摘要:
Given two binary strings, return their sum (also a binary string). 阅读全文
摘要:
Given a non-negative integer represented as a non-empty array of digits, plus one to the integer.
You may assume the integer do not contain any leading zero, except the number 0 itself.
The digits are stored such that the most significant digit is at the head of the list. 阅读全文
摘要:
Validate if a given string is numeric. 阅读全文