原文链接: https://leetcode-cn.com/problems/distance-between-bus-stops
英文原文A bus has n stops numbered from 0 to n - 1
分类详情
简单 分类
原文链接: https://leetcode-cn.com/problems/day-of-the-week
英文原文Given a date, return the corresponding day of the week for
原文链接: https://leetcode-cn.com/problems/three-consecutive-odds
英文原文Given an integer array arr, return true if ther
原文链接: https://leetcode-cn.com/problems/maximum-number-of-balloons
英文原文Given a string text, you want to use the charact
原文链接: https://leetcode-cn.com/problems/reformat-department-table
英文原文Table: Department
+-------------+---------+
| C
原文链接: https://leetcode-cn.com/problems/delete-characters-to-make-fancy-string
英文原文A fancy string is a string where no
原文链接: https://leetcode-cn.com/problems/unique-number-of-occurrences
英文原文Given an array of integers arr, return true if
原文链接: https://leetcode-cn.com/problems/minimum-cost-to-move-chips-to-the-same-position
英文原文We have n chips, where the
原文链接: https://leetcode-cn.com/problems/split-a-string-in-balanced-strings
英文原文Balanced strings are those that have an
原文链接: https://leetcode-cn.com/problems/cells-with-odd-values-in-a-matrix
英文原文There is an m x n matrix that is initiali