摘要: LeetCode 553. Optimal Division (最优除法) 题目 链接 https://leetcode-cn.com/problems/optimal-division/ 问题描述 给定一组正整数,相邻的整数之间将会进行浮点除法操作。例如, [2,3,4] → 2 / 3 / 4 阅读全文
posted @ 2022-03-02 14:20 cheng102e 阅读(32) 评论(0) 推荐(0) 编辑
摘要: LeetCode 540. Single Element in a Sorted Array (有序数组中的单一元素) 题目 链接 https://leetcode-cn.com/problems/single-element-in-a-sorted-array/ 问题描述 给你一个仅由整数组成的有 阅读全文
posted @ 2022-03-02 10:44 cheng102e 阅读(45) 评论(0) 推荐(0) 编辑