You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
给定一个字符串 S 和一个字符 C。返回一个代表字符串 S 中每个字符到字符串 S 中的字符 C 的最短距离的数组。 输入: S = "my_test_str", C = 't' 输出: [3,2,1,0,1,1,0,1,1,0,1] vector shortestToChar(string S, char C)
本issue的目的是「注明每道题目的来源」
若您想查看汇总好的题目,
您可以在README的腾讯tag下查看高频榜单
也可以在https://codetop.cc 按部门、岗位,自由组合查询
The text was updated successfully, but these errors were encountered: