摘要: 链接:https://leetcode-cn.com/problems/ju-zhen-zhong-de-lu-jing-lcof/ 思路: dfs 代码: class Solution { public: bool exist(vector<vector<char>>& board, string 阅读全文
posted @ 2020-02-18 18:25 景云ⁿ 阅读(133) 评论(0) 推荐(0)
摘要: 链接:https://leetcode-cn.com/problems/xuan-zhuan-shu-zu-de-zui-xiao-shu-zi-lcof/submissions/ 思路: 二分 代码: class Solution { public: int minArray(vector<int 阅读全文
posted @ 2020-02-18 18:13 景云ⁿ 阅读(121) 评论(0) 推荐(0)