09 2021 档案

摘要:Source Given a non-negative number represented as an array of digits, plus one to the number. The digits are stored such that the most significant dig 阅读全文
posted @ 2021-09-19 15:10 凌雨尘 阅读(329) 评论(0) 推荐(0)
摘要:Source Ugly number is a number that only have factors 3, 5 and 7. Design an algorithm to find the Kth ugly number. The first 5 ugly numbers are 3, 5, 阅读全文
posted @ 2021-09-12 10:28 凌雨尘 阅读(79) 评论(0) 推荐(0)