【Leetcode_easy】1170. Compare Strings by Frequency of the Smallest Character

problem

1170. Compare Strings by Frequency of the Smallest Character

solution1: 双重循环,超时;

solution2: 哈希表;

 

参考

1. Leetcode_easy_1170. Compare Strings by Frequency of the Smallest Character;

posted on 2019-08-29 17:52  鹅要长大  阅读(144)  评论(0)    收藏  举报

导航