肖先生~
肖先生~
全部文章
分类
bfs(2)
dfs(2)
dp(6)
hdu(9)
html(2)
Oracle(3)
poj(2)
STL(3)
优先队列(1)
位运算(1)
全排列(1)
前缀和(2)
并查集(1)
数学问题(1)
最小生成树(1)
最短路(1)
未归档(12)
模拟(9)
汇编(1)
牛客(23)
贪心(1)
题解(99)
归档
标签
去牛客网
登录
/
注册
肖先生~的博客
默默努力,静待花开~
TA的专栏
72篇文章
1人订阅
每日一题
0篇文章
0人学习
牛客课后习题题解
28篇文章
1125人学习
牛客比赛系列题解
44篇文章
1779人学习
我的CSDN博客(搬家)
0篇文章
0人学习
全部文章
(共283篇)
题解 | #草原上的牛群#
class Solution { public: /** * 代码中的类名、方法名、参数名已经指定,请勿修改,直接返回方法规定的值即可 * * * @param nums int整型vector * @return int整型 ...
2023-07-26
0
269
题解 | #草原牛群集合#
class Solution { public: /** * 代码中的类名、方法名、参数名已经指定,请勿修改,直接返回方法规定的值即可 * * * @param nums int整型vector * @param val int整型 ...
2023-07-26
0
266
题解 | #牛的生长情况#
#include <cstring> #include <stack> #include <vector> class Solution { public: /** * 代码中的类名、方法名、参数名已经指定,请勿修改,直接返回方法规定的值即可...
2023-07-26
0
304
题解 | #牛群的喂养顺序#
#include <queue> #include <stack> class Solution { public: /** * 代码中的类名、方法名、参数名已经指定,请勿修改,直接返回方法规定的值即可 * * * @par...
2023-07-26
0
286
题解 | #牛的表达式计算器#
#include <cctype> #include <sstream> #include <stack> class Solution { public: /** * 代码中的类名、方法名、参数名已经指定,请勿修改,直接返回方法规定的值即可...
2023-07-26
0
262
题解 | #牛群的秘密通信#
#include <queue> #include <stack> class Solution { public: /** * 代码中的类名、方法名、参数名已经指定,请勿修改,直接返回方法规定的值即可 * * * @par...
2023-07-25
0
264
题解 | #农场最大产奶牛群#
/** * struct TreeNode { * int val; * struct TreeNode *left; * struct TreeNode *right; * TreeNode(int x) : val(x), left(nullptr), right(nullpt...
2023-07-25
0
312
题解 | #牛群的最长距离#
/** * struct TreeNode { * int val; * struct TreeNode *left; * struct TreeNode *right; * TreeNode(int x) : val(x), left(nullptr), right(nullpt...
2023-07-25
0
327
题解 | #农场牛的最佳观赏区间#
/** * struct TreeNode { * int val; * struct TreeNode *left; * struct TreeNode *right; * TreeNode(int x) : val(x), left(nullptr), right(nullpt...
2023-07-25
0
255
题解 | #农场牛的最佳观赏次序#
/** * struct TreeNode { * int val; * struct TreeNode *left; * struct TreeNode *right; * TreeNode(int x) : val(x), left(nullptr), right(nullpt...
2023-07-25
0
262
首页
上一页
3
4
5
6
7
8
9
10
11
12
下一页
末页