原文链接: https://leetcode-cn.com/problems/number-of-good-pairs
英文原文Given an array of integers nums, return the number of
标签详情
计数 分类
原文链接: https://leetcode-cn.com/problems/design-parking-system
英文原文Design a parking system for a parking lot. The parkin
原文链接: https://leetcode-cn.com/problems/maximum-population-year
英文原文You are given a 2D integer array logs where each lo
原文链接: https://leetcode-cn.com/problems/largest-color-value-in-a-directed-graph
英文原文There is a directed graph of n colo
原文链接: https://leetcode-cn.com/problems/substrings-of-size-three-with-distinct-characters
英文原文A string is good if there
原文链接: https://leetcode-cn.com/problems/redistribute-characters-to-make-all-strings-equal
英文原文You are given an array of
原文链接: https://leetcode-cn.com/problems/check-if-all-characters-have-equal-number-of-occurrences
英文原文Given a string s,
原文链接: https://leetcode-cn.com/problems/number-of-pairs-of-interchangeable-rectangles
英文原文You are given n rectangles re
原文链接: https://leetcode-cn.com/problems/maximum-number-of-ways-to-partition-an-array
英文原文You are given a 0-indexed inte
原文链接: https://leetcode-cn.com/problems/detect-squares
英文原文You are given a stream of points on the X-Y plane. Design an