摘要: Given an integer array sorted in ascending order, write a function to searchtargetinnums. Iftargetexists, then return its index, otherwise return-1.Ho 阅读全文
posted @ 2022-08-22 10:59 Schwifty 阅读(11) 评论(0) 推荐(0) 编辑
摘要: You are given two strings stamp and target. Initially, there is a string s of length target.length with all s[i] == '?'. In one turn, you can place st 阅读全文
posted @ 2022-08-22 07:15 Schwifty 阅读(26) 评论(0) 推荐(0) 编辑