240 发简信
IP属地:广东
  • LeetCode 806. 写字符串需要的行数

    题目来源:https://leetcode-cn.com/problems/number-of-lines-to-write-string/ 我们要把给定的字符串 S 从左到...

  • LeetCode 504. 七进制数

    题目来源:https://leetcode-cn.com/problems/base-7/comments/ 给定一个整数,将其转化为7进制,并以字符串形式输出。 示例 1:...

  • LeetCode 389. 找不同

    题目来源:https://leetcode-cn.com/problems/find-the-difference/submissions/ 给定两个字符串 s 和 t,它们...

  • LeetCode 1037. 有效的回旋镖

    题目来源:https://leetcode-cn.com/problems/valid-boomerang/ 回旋镖定义为一组三个点,这些点各不相同且不在一条直线上。给出平面...

  • LeetCode 922. 按奇偶排序数组 II

    题目来源:https://leetcode-cn.com/problems/sort-array-by-parity-ii/ 给定一个非负整数数组 A, A 中一半整数是奇数...