上一页 1 ··· 28 29 30 31 32 33 34 35 36 ··· 55 下一页
摘要: 此博客链接:https://www.cnblogs.com/ping2yingshi/p/13550301.html 1.python3.8安装Pyinstaller 打开控制台,输入: pip3 install https://github.com/pyinstaller/pyinstaller/ 阅读全文
posted @ 2020-08-23 19:34 萍2樱释 阅读(666) 评论(0) 推荐(0) 编辑
摘要: 此博客链接: 二叉搜索树节点最小距离 题目链接:https://leetcode-cn.com/problems/minimum-distance-between-bst-nodes/ 给定一个二叉搜索树的根节点 root,返回树中任意两节点的差的最小值。 示例: 输入: root = [4,2,6 阅读全文
posted @ 2020-08-23 13:26 萍2樱释 阅读(219) 评论(0) 推荐(0) 编辑
摘要: 此博客链接:https://www.cnblogs.com/ping2yingshi/p/13545178.html 第N个斐波那契数 题目链接:https://leetcode-cn.com/problems/n-th-tribonacci-number/ 泰波那契序列 Tn 定义如下: T0 = 阅读全文
posted @ 2020-08-22 13:07 萍2樱释 阅读(100) 评论(0) 推荐(0) 编辑
摘要: 此博客链接:https://www.cnblogs.com/ping2yingshi/p/13539509.html 青蛙跳台 题目链接:https://leetcode-cn.com/problems/qing-wa-tiao-tai-jie-wen-ti-lcof/ 一只青蛙一次可以跳上1级台阶 阅读全文
posted @ 2020-08-21 10:03 萍2樱释 阅读(307) 评论(2) 推荐(0) 编辑
摘要: 此博客链接: 二叉树的直径 题目链接:https://leetcode-cn.com/problems/diameter-of-binary-tree/ 给定一棵二叉树,你需要计算它的直径长度。一棵二叉树的直径长度是任意两个结点路径长度中的最大值。这条路径可能穿过也可能不穿过根结点。 示例 :给定二 阅读全文
posted @ 2020-08-20 15:45 萍2樱释 阅读(212) 评论(1) 推荐(1) 编辑
摘要: 此博客链接:https://www.cnblogs.com/ping2yingshi/p/13518884.html 相同的树 题目链接:https://leetcode-cn.com/problems/same-tree/ 给定两个二叉树,编写一个函数来检验它们是否相同。 如果两个树在结构上相同, 阅读全文
posted @ 2020-08-17 17:34 萍2樱释 阅读(188) 评论(1) 推荐(1) 编辑
摘要: 此博客链接:https://www.cnblogs.com/ping2yingshi/p/13518743.html 打开控制台,输入 ipconfig/flushdns 如果返回已成功刷新 DNS 解析缓存。就成功了。亲试是可以的。 阅读全文
posted @ 2020-08-17 17:14 萍2樱释 阅读(1985) 评论(0) 推荐(0) 编辑
摘要: 此博客链接: 1.打开控制台win+R,输入pip3 install xlrd,我这里提示需要升级pip。 2.升级php,一开始使用pip install --upgrade pip时不对的,要在管理员身份下输入python -m pip install --upgrade pip,可以更新pip 阅读全文
posted @ 2020-08-15 00:08 萍2樱释 阅读(166) 评论(0) 推荐(0) 编辑
摘要: 此博客链接:https://www.cnblogs.com/ping2yingshi/p/13506942.html 两个数组的交集 题目链接:https://leetcode-cn.com/problems/intersection-of-two-arrays/ 给定两个数组,编写一个函数来计算它 阅读全文
posted @ 2020-08-14 23:29 萍2樱释 阅读(168) 评论(0) 推荐(0) 编辑
摘要: 此博客链接:https://www.cnblogs.com/ping2yingshi/p/13499752.html 左叶子之和 题目链接:https://leetcode-cn.com/problems/sum-of-left-leaves/ 计算给定二叉树的所有左叶子之和。 示例: 3 / \ 阅读全文
posted @ 2020-08-13 23:53 萍2樱释 阅读(190) 评论(0) 推荐(0) 编辑
上一页 1 ··· 28 29 30 31 32 33 34 35 36 ··· 55 下一页