五月天青色头像情侣网名,国产亚洲av片在线观看18女人,黑人巨茎大战俄罗斯美女,扒下她的小内裤打屁股

歡迎光臨散文網(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的評論 (共 條)

分享到微博請遵守國家法律
博罗县| 百色市| 孟连| 本溪| 通辽市| 麦盖提县| 河西区| 新巴尔虎右旗| 逊克县| 新和县| 阿坝| 祥云县| 巴马| 吉隆县| 盘锦市| 旺苍县| 大名县| 贵德县| 越西县| 宜都市| 江孜县| 炎陵县| 富宁县| 武汉市| 雅江县| 原平市| 白银市| 萨嘎县| 科技| 云林县| 天全县| 峡江县| 澳门| 顺平县| 周口市| 炎陵县| 大渡口区| 武宣县| 仁寿县| 广东省| 定远县|