旭日东升better
旭日东升better
全部文章
分类
读书笔记(16)
归档
标签
去牛客网
登录
/
注册
旭日东升better的博客
全部文章
(共2篇)
面试题13:机器人的运动范围(c++)【剑指offer】
借鉴面试题12. class Solution { public: int x[4]={0,0,-1,1}; int y[4]={-1,1,0,0}; int movingCount(int threshold, int rows, int cols){ if...
回溯法
深度优先搜索(dfs)
2020-02-24
0
0
面试题12:矩阵中的路径(c++)【剑指offer】
参考LeetCode讲解:https://leetcode-cn.com/problems/ju-zhen-zhong-de-lu-jing-lcof/solution/hui-su-fa-shen-du-you-xian-sou-suo-by-bike666222/ class Solution ...
回溯法
深度优先搜索(dfs)
2020-02-23
0
0