最美情侣中文字幕电影,在线麻豆精品传媒,在线网站高清黄,久久黄色视频

歡迎光臨散文網(wǎng) 會員登陸 & 注冊

Leetcode 1897. Redistribute Characters to Make All Strings Equal

2023-02-15 12:35 作者:您是打尖兒還是住店呢  | 我要投稿

You are given an array of strings?words?(0-indexed).

In one operation, pick two?distinct?indices?i?and?j, where?words[i]?is a non-empty string, and move?any?character from?words[i]?to?any?position in?words[j].

Return?true?if you can make?every?string in?words?equal?using?any?number of operations,?and?false?otherwise.

?

Example 1:

Input: words = ["abc","aabc","bc"]Output: trueExplanation: Move the first 'a' in words[1] to the front of words[2], to make words[1] = "abc" and words[2] = "abc". All the strings are now equal to "abc", so return true.

Example 2:

Input: words = ["ab","a"]Output: falseExplanation: It is impossible to make all the strings equal using the operation.

?

Constraints:

  • 1 <= words.length <= 100

  • 1 <= words[i].length <= 100

  • words[i]?consists of lowercase English letters.

用map可以,用數(shù)組也是可以的。Easy題目;



Runtime:?14 ms, faster than?19.35%?of?Java?online submissions for?Redistribute Characters to Make All Strings Equal.

Memory Usage:?41.9 MB, less than?69.89%?of?Java?online submissions for?Redistribute Characters to Make All Strings Equal.


Leetcode 1897. Redistribute Characters to Make All Strings Equal的評論 (共 條)

使用qq登录你需要登录后才可以评论。
崇义县| 屯门区| 临夏县| 锡林浩特市| 东山县| 兴城市| 阿克| 永宁县| 额尔古纳市| 扬州市| 蒲城县| 武宣县| 常德市| 大渡口区| 泸水县| 洮南市| 色达县| 淮北市| 崇州市| 微博| 集安市| 阿坝| 长治县| 大洼县| 威海市| 绿春县| 买车| 葵青区| 宣武区| 法库县| 双辽市| 淳化县| 巴马| 福贡县| 郎溪县| 舒城县| 平遥县| 肇源县| 米泉市| 湘潭县| 福清市|