【Lintcode】1789. Distinguish Username

題目地址: https://www.lintcode.com/problem/distinguish-username/descriptionhtml 給定一個字符串數組 A A A,要求返回一個同長的數組 B B B,使得 B [ i ] B[i] B[i]是 A [ i ] A[i] A[i]拼接上其前面的子數組裏其出現的次數。次數是 0 0 0則省略。java 思路是哈希表,記錄每一個字符串
相關文章
相關標籤/搜索