摘要: Description: Given an integer n, return 1 - n in lexicographical order. For example, given 13, return: [1,10,11,12,13,2,3,4,5,6,7,8,9]. Please optimiz 阅读全文
posted @ 2019-09-10 17:35 CodingYM 阅读(93) 评论(0) 推荐(0) 编辑
摘要: Description: Given an arbitrary ransom note string and another string containing letters from all the magazines, write a function that will return tru 阅读全文
posted @ 2019-09-10 10:12 CodingYM 阅读(153) 评论(0) 推荐(0) 编辑