上一页 1 ··· 29 30 31 32 33 34 35 36 37 ··· 55 下一页
摘要: 此博客链接:https://www.cnblogs.com/ping2yingshi/p/13497469.html python环境 下载步骤 官方下载地址:https://www.python.org/getit/ 1.点击windows下载 2.点击可执行的版本进行下载 3.选择自己下载路径, 阅读全文
posted @ 2020-08-13 17:06 萍2樱释 阅读(419) 评论(1) 推荐(1) 编辑
摘要: 你好 阅读全文
posted @ 2020-08-11 23:59 萍2樱释 阅读(84) 评论(0) 推荐(0) 编辑
摘要: 此博客链接:https://www.cnblogs.com/ping2yingshi/p/13461137.html 对称二叉树 题目链接:https://leetcode-cn.com/problems/symmetric-tree/solution/ 给定一个二叉树,检查它是否是镜像对称的。 示 阅读全文
posted @ 2020-08-08 23:59 萍2樱释 阅读(163) 评论(0) 推荐(0) 编辑
摘要: 此博客链接:https://www.cnblogs.com/ping2yingshi/p/13455368.html 大总结 1.面试要脸皮厚 2.要多面试 3.要多刷题 简历 1.突出自己亮点 1) 没有什么项目时,可以写自己做了那些东西,发现什么问题 2) 自己勤奋 3) 看过什么书 4) 写过 阅读全文
posted @ 2020-08-07 21:35 萍2樱释 阅读(185) 评论(0) 推荐(1) 编辑
摘要: 此博客链接:https://www.cnblogs.com/ping2yingshi/p/13453843.html 二叉树的深度 题目链接:https://leetcode-cn.com/problems/er-cha-shu-de-shen-du-lcof/ 输入一棵二叉树的根节点,求该树的深度 阅读全文
posted @ 2020-08-07 16:50 萍2樱释 阅读(132) 评论(1) 推荐(1) 编辑
摘要: 此博客链接:https://www.cnblogs.com/ping2yingshi/p/13449019.html 二叉树的所有路径 题目链接:https://leetcode-cn.com/problems/binary-tree-paths/ 给定一个二叉树,返回所有从根节点到叶子节点的路径。 阅读全文
posted @ 2020-08-06 21:09 萍2樱释 阅读(150) 评论(0) 推荐(0) 编辑
摘要: 此博客链接:https://www.cnblogs.com/ping2yingshi/p/13442463.html 路径总和 题目链接:https://leetcode-cn.com/problems/path-sum/submissions/ 给定一个二叉树和一个目标和,判断该树中是否存在根节点 阅读全文
posted @ 2020-08-05 20:29 萍2樱释 阅读(71) 评论(0) 推荐(0) 编辑
摘要: 此博客链接:https://www.cnblogs.com/ping2yingshi/p/13435292.html N叉树的最大深度 题目链接:https://leetcode-cn.com/problems/maximum-depth-of-n-ary-tree/submissions/ 给定一 阅读全文
posted @ 2020-08-04 19:18 萍2樱释 阅读(230) 评论(0) 推荐(0) 编辑
摘要: 此博客链接: 二叉树的最近公共祖先 题目链接:https://leetcode-cn.com/problems/er-cha-shu-de-zui-jin-gong-gong-zu-xian-lcof/ 给定一个二叉树, 找到该树中两个指定节点的最近公共祖先。 百度百科中最近公共祖先的定义为:“对于 阅读全文
posted @ 2020-08-03 19:59 萍2樱释 阅读(121) 评论(0) 推荐(0) 编辑
摘要: 此博客链接:https://www.cnblogs.com/ping2yingshi/p/13423025.html 二叉树的层次遍历2 题目链接:https://leetcode-cn.com/problems/binary-tree-level-order-traversal-ii/ 给定一个二 阅读全文
posted @ 2020-08-02 20:38 萍2樱释 阅读(125) 评论(0) 推荐(0) 编辑
上一页 1 ··· 29 30 31 32 33 34 35 36 37 ··· 55 下一页