胖橘不乖
胖橘不乖
全部文章
分类
题解(26)
归档
标签
去牛客网
登录
/
注册
胖橘不乖的博客
全部文章
(共22篇)
题解 | #数值的整数次方#
public class Solution { public double Power(double base, int exponent) { //负次幂时 if(exponent < 0){ &...
Java
深度优先搜索
2022-03-31
0
267
题解 | #机器人的运动范围#
public class Solution { int max = 0; int count = 0; int r = 0; int c = 0; boolean[][] flag; public int movingCount(int threshold, int rows, int cols) ...
Java
深度优先搜索
2022-03-31
0
262
首页
上一页
1
2
3
下一页
末页