2023-09-25 解題區►Leetcode►Easy Leetcode 389 - Find the Difference 題目 Problem# 給你兩個字串 s 和 t,其中 t 是由 s 隨機 shuffle,其中 t 比 s 多一個字元 測資限制# $0 \le siz \le 1000$ 想法# 時間複雜度: $\mathcal{O}(n)$ 空間複雜度: $\mathcal{O}(1)$ AC Code# Newer Leetcode 2038 - Remove Colored Pieces if Both Neighbors are the Same Color Older Leetcode 1337 - The K Weakest Rows in a Matrix