2015年7月10日

leetcode面试准备:Decode Ways

摘要: # 1 题目A message containing letters from A-Z is being encoded to numbers using the following mapping:```'A' -> 1'B' -> 2...'Z' -> 26```Given an encoded... 阅读全文

posted @ 2015-07-10 18:07 BYRHuangQiang 阅读(277) 评论(0) 推荐(0) 编辑

leetcode面试准备:Multiply Strings

摘要: # 1 题目> Given two numbers represented as strings, return multiplication of the numbers as a string.**Note:** The numbers can be arbitrarily large and ... 阅读全文

posted @ 2015-07-10 16:49 BYRHuangQiang 阅读(305) 评论(0) 推荐(0) 编辑

导航