牛客432959891号
牛客432959891号
全部文章
分类
归档
标签
去牛客网
登录
/
注册
牛客432959891号的博客
全部文章
(共24篇)
题解 | #字符串变形#
class Solution: def trans(self , s: str, n: int) -> str: &nb...
Python3
2022-08-06
4
0
题解 | #最长回文子串#
class Solution: def getLongestPalindrome(self , A: str) -> int: ...
Python3
2022-08-03
0
0
题解 | #把数字翻译成字符串#
class Solution: def solve(self , nums: str) -> int: ...
Python3
动态规划
2022-08-03
1
231
题解 | #重建二叉树#
class Solution: def reConstructBinaryTree(self , pre: List[int], vin: List[int]) ->...
Python3
2022-07-31
0
197
首页
上一页
1
2
3
下一页
末页