摘要: 问题: 给定一组字符串,和一个结果字符串,使用0~9对字母进行编码。 使得字符串数组相加后,结果=结果字符串。 求是否可能存在这样的编码。 Each character is decoded as one digit (0 - 9). Every pair of different characte 阅读全文
posted @ 2021-02-07 12:37 habibah_chang 阅读(72) 评论(0) 推荐(0) 编辑
摘要: 问题: 给定长宽m,n的矩形,将其划分为多个正方形,最少能划分多少个。 Example 1: Input: n = 2, m = 3 Output: 3 Explanation: 3 squares are necessary to cover the rectangle. 2 (squares o 阅读全文
posted @ 2021-02-07 08:24 habibah_chang 阅读(88) 评论(0) 推荐(0) 编辑