2021-12-14每日一题练习
摘要:
630. 课程表 III 这里有 n 门不同的在线课程,按从 1 到 n 编号。给你一个数组 courses ,其中 courses[i] = [durationi, lastDayi] 表示第 i 门课将会 持续 上 durationi 天课,并且必须在不晚于 lastDayi 的时候完成。 你的 阅读全文
posted @ 2021-12-14 13:23 阿ming 阅读(33) 评论(0) 推荐(0) 编辑