748. Shortest Completing Word(C++)

来源:互联网 发布:iapp 免杀源码 编辑:程序博客网 时间:2024/06/03 06:05

原題

Find the minimum length word from a given dictionary words, which has all the letters from the string licensePlate. Such a word is said to complete the given string licensePlate

Here, for letters we ignore case. For example, "P" on the licensePlate still matches "p" on the word.

It is guaranteed an answer exists. If there are multiple answers, return the one that occurs first in the array.

The license plate might have the same letter occurring multiple times. For example, given a licensePlate of "PP", the word "pair"does not complete the licensePlate, but the word "supper" does.

Example 1:

Input: licensePlate = "1s3 PSt", words = ["step", "steps", "stripe", "stepple"]Output: "steps"Explanation: The smallest length word that contains the letters "S", "P", "S", and "T".Note that the answer is not "step", because the letter "s" must occur in the word twice.Also note that we ignored case for the purposes of comparing whether a letter exists in the word.

Example 2:

Input: licensePlate = "1s3 456", words = ["looks", "pest", "stew", "show"]Output: "pest"Explanation: There are 3 smallest length words that contains the letters "s".We return the one that occurred first.

Note:

  1. licensePlate will be a string with length in range [1, 7].
  2. licensePlate will contain digits, spaces, or letters (uppercase or lowercase).
  3. words will have a length in the range [10, 1000].
  4. Every words[i] will consist of lowercase letters, and have length in range [1, 15].


解題思路

先分析所給字符串有多少個字母,並全都轉化成小寫記數。然後再在向量找出符合要求的長度最短的一個。


代碼

class Solution {
public:
    string shortestCompletingWord(string licensePlate, vector<string>& words) {
        int array[26], ans = -1, copy[26];
        
        
        for (int i = 0; i < 26; i++) {
            array[i] = 0;
        }
        
        for (int i = 0; i < licensePlate.length(); i++) {
            if ('a' <= licensePlate[i] && licensePlate[i] <= 'z') {
                array[licensePlate[i] - 'a'] += 1;
            }
            if ('A' <= licensePlate[i] && licensePlate[i] <= 'Z') {
                array[licensePlate[i] - 'A'] += 1;
            }
        }
        
        for (int i = 0; i < words.size(); i++) {
            
            for (int j = 0; j < 26; j++) {
                copy[j] = array[j];
            }
            
            int j;
            
            for (j = 0; j < 26; j++) {
                for (int k = 0; k < words[i].length(); k++) {
                    if (copy[j] == 0) {
                        break;
                    }
                    
                    if (words[i][k] - 'a'== j) {
                        copy[j]--;
                    }
                }
                
                if (copy[j] != 0) {
                    break;
                }
            }
            
            if (j == 26) {
                if (ans == -1) {
                    ans = i;
                }
                else if (words[i].length() < words[ans].length()) {
                    ans = i;
                }
            }
        }
        
        return words[ans];
    }
};


感想

簡單的代碼題,就是要花點心思寫分析算法。我不小心記混了取得string長度的函數,應該是length()我用了sizeof()、、

阅读全文
'); })();
0 0
原创粉丝点击
热门IT博客
热门问题 老师的惩罚 人脸识别 我在镇武司摸鱼那些年 重生之率土为王 我在大康的咸鱼生活 盘龙之生命进化 天生仙种 凡人之先天五行 春回大明朝 姑娘不必设防,我是瞎子 002001新和成 公公和成宫彩 和成天下槟榔 新和成控股集团有限公司 连宋和成玉番外 自考和成考那个好 自考和成考的区别多大 普通摩羯和成魔摩羯 合成套图 图片在线合成 图片融合 在线图片合成 夏树和拓海 必和必拓 青衫落拓 拓怎么读 必和必拓公司 佳明手表和松拓哪个好 拓疣和鸡眼的区别 扁平疣和拓疣的区别 拓丰祥和居 藤原拓海 青衫落拓作品 拓拔紫冥凉 拓邦股份 英飞拓 拓陆者 美容院拓客100种方法 美容院拓客方法 拓客 美容院拓客 颂拓 拓也 英飞拓股吧 铃拓 拓拼音 素拓是什么 拓日新能 拓也哥 中拓