牛客432959891号
牛客432959891号
全部文章
分类
归档
标签
去牛客网
登录
/
注册
牛客432959891号的博客
全部文章
(共24篇)
题解 | #矩阵乘法#
while True: try: x = int(input())  ...
Python3
2022-08-09
4
441
题解 | #查找两个字符串a,b中的最长公共子串#
while True: try: s1 = input() &nb...
动态规划
Python3
2022-08-09
1
341
题解 | #MP3光标位置#
def function2(songlist, cur_window, cur_song, commands): commands = list(commands[::-1]) &...
Python3
2022-08-09
0
239
题解 | #分糖果问题#
class Solution: def candy(self , arr: List[int]) -> int: &...
Python3
2022-08-08
1
239
题解 | #最长无重复子数组#
class Solution: def maxLength(self , arr: List[int]) -> int: &nb...
队列
Python3
2022-08-08
1
279
题解 | #合并区间#
class Solution: def merge(self , intervals: List[Interval]) -> List[Interval]: &nb...
Python3
2022-08-06
0
283
题解 | #合并两个有序的数组#
class Solution: def merge(self , A, m, B, n): &nb...
Python3
2022-08-06
3
243
题解 | #大数加法#
class Solution: def solve(self , s: str, t: str) -> str: &nb...
Python3
2022-08-06
3
253
题解 | #验证IP地址#
class Solution: def solve(self , IP: str) -> str: &n...
Python3
2022-08-06
1
233
题解 | #最长公共前缀#
class Solution: def longestCommonPrefix(self , strs: List[str]) -> str: &nbs...
Python3
2022-08-06
1
198
首页
上一页
1
2
3
下一页
末页