LeetCode刷題13:有效的字母異位詞

中文題目: 給定兩個字符串 s 和 t ,編寫一個函數來判斷 t 是否是 s 的字母異位詞。 示例 1: 輸入: s = 「anagram」, t = 「nagaram」 輸出: true 示例 2: 輸入: s = 「rat」, t = 「car」 輸出: false 說明: 你可以假設字符串只包含小寫字母。 英文題目: Given two strings s and t , write a f
相關文章
相關標籤/搜索