摘要: No.68 Text JustificationGiven an array of words and a lengthL, format the text such that each line has exactlyLcharacters and is fully (left and right... 阅读全文
posted @ 2015-05-29 20:35 人生不酱油 阅读(182) 评论(0) 推荐(0)
摘要: No.29 Divide Two IntegersDivide two integers without using multiplication, division and mod operator.If it is overflow, return MAX_INT.Tags:MathBinary... 阅读全文
posted @ 2015-05-29 15:00 人生不酱油 阅读(151) 评论(0) 推荐(0)