摘要: An integer has sequential digits if and only if each digit in the number is one more than the previous digit. Return a sorted list of all the integers 阅读全文
posted @ 2020-09-20 10:43 CNoodle 阅读(484) 评论(0) 推荐(0)
摘要: You are given an integer array prices where prices[i] is the price of a given stock on the ith day, and an integer k. Find the maximum profit you can 阅读全文
posted @ 2020-09-20 06:41 CNoodle 阅读(365) 评论(0) 推荐(0)
摘要: You are given an array prices where prices[i] is the price of a given stock on the ith day. Find the maximum profit you can achieve. You may complete  阅读全文
posted @ 2020-09-20 03:48 CNoodle 阅读(514) 评论(0) 推荐(0)