云林s
云林s
全部文章
分类
归档
标签
去牛客网
登录
/
注册
云林s的博客
全部文章
(共94篇)
题解 | #打家劫舍(一)#
using System; using System.Collections.Generic; using System.Linq; class Solution { /** * 代码中的类名、方法名、参数名已经指定,请勿修改,直接返回方法规定的值即可 * ...
2024-01-17
0
179
题解 | #最长的括号子串#
using System; using System.Collections.Generic; class Solution { /** * 代码中的类名、方法名、参数名已经指定,请勿修改,直接返回方法规定的值即可 * * * @param s ...
2024-01-17
0
204
题解 | #正则表达式匹配#
using System; using System.Collections.Generic; using System.Text; class Solution { /** * 代码中的类名、方法名、参数名已经指定,请勿修改,直接返回方法规定的值即可 * *...
2024-01-17
0
150
题解 | #编辑距离(一)#
using System; using System.Collections.Generic; class Solution { /** * 代码中的类名、方法名、参数名已经指定,请勿修改,直接返回方法规定的值即可 * * * @param st...
2024-01-16
0
189
题解 | #数字字符串转化成IP地址#
using System; using System.Collections.Generic; class Solution { /** * 代码中的类名、方法名、参数名已经指定,请勿修改,直接返回方法规定的值即可 * * * @param s ...
2024-01-16
0
206
题解 | #最长回文子串#
using System; using System.Collections.Generic; using System.Linq; class Solution { /** * 代码中的类名、方法名、参数名已经指定,请勿修改,直接返回方法规定的值即可 * *...
2024-01-16
0
200
题解 | #连续子数组的最大和#
using System; using System.Collections.Generic; class Solution { /** * 代码中的类名、方法名、参数名已经指定,请勿修改,直接返回方法规定的值即可 * * * @param ar...
2024-01-13
0
175
题解 | #最长上升子序列(一)#
using System; using System.Collections.Generic; using System.Linq; class Solution { /** * 代码中的类名、方法名、参数名已经指定,请勿修改,直接返回方法规定的值即可 * *...
2024-01-13
0
195
题解 | #兑换零钱(一)#
using System; using System.Collections.Generic; using System.Linq; class Solution { /** * 代码中的类名、方法名、参数名已经指定,请勿修改,直接返回方法规定的值即可 * *...
2024-01-13
0
175
题解 | #把数字翻译成字符串#
using System; using System.Collections.Generic; using System.Linq; class Solution { /** * 代码中的类名、方法名、参数名已经指定,请勿修改,直接返回方法规定的值即可 * ...
2024-01-11
0
210
首页
上一页
1
2
3
4
5
6
7
8
9
10
下一页
末页