摘要:
Word Pattern Given a pattern and a string s, find if s follows the same pattern. Here follow means a full match, such that there is a bijection betwee 阅读全文
posted @ 2022-10-25 18:35
iyiluo
阅读(22)
评论(0)
推荐(0)
摘要:
Add Digits Given an integer num, repeatedly add all its digits until the result has only one digit, and return it. Example 1: Input: num = 38 Output: 阅读全文
posted @ 2022-10-25 18:34
iyiluo
阅读(13)
评论(0)
推荐(0)
摘要:
somorphic Strings Given two strings s and t, determine if they are isomorphic. Two strings s and t are isomorphic if the characters in s can be replac 阅读全文
posted @ 2022-10-25 18:33
iyiluo
阅读(21)
评论(0)
推荐(0)