当前位置: 代码迷 >> 综合 >> [Leetcode]Find the Difference
  详细解决方案

[Leetcode]Find the Difference

热度:74   发布时间:2023-12-22 08:12:35.0

Given two strings s and t which consist of only lowercase letters.

String t is generated by random shuffling string s and then add one more letter at a random position.

Find the letter that was added in t

  相关解决方案