上一页 1 ··· 36 37 38 39 40 41 42 43 44 ··· 55 下一页
摘要: 此博客链接:https://www.cnblogs.com/ping2yingshi/p/12961642.html N叉树的前序遍历(49min) 题目链接:https://leetcode-cn.com/problems/n-ary-tree-preorder-traversal/ 给定一个 N 阅读全文
posted @ 2020-05-25 23:15 萍2樱释 阅读(203) 评论(0) 推荐(0) 编辑
摘要: 此博客链接:https://www.cnblogs.com/ping2yingshi/p/12953746.html 二叉搜索树中的搜索(45min) 题目链接:https://leetcode-cn.com/problems/search-in-a-binary-search-tree/ 给定二叉 阅读全文
posted @ 2020-05-25 00:17 萍2樱释 阅读(129) 评论(0) 推荐(0) 编辑
摘要: 此博客链接:https://www.cnblogs.com/ping2yingshi/p/12945132.html N叉树的后续遍历(76min) 题目链接:https://leetcode-cn.com/problems/n-ary-tree-postorder-traversal/ 给定一个 阅读全文
posted @ 2020-05-23 23:31 萍2樱释 阅读(192) 评论(0) 推荐(0) 编辑
摘要: 博客链接:https://www.cnblogs.com/ping2yingshi/p/12938065.html 二叉树的层平均值 题目链接:https://leetcode-cn.com/problems/average-of-levels-in-binary-tree/ 给定一个非空二叉树, 阅读全文
posted @ 2020-05-22 16:39 萍2樱释 阅读(214) 评论(0) 推荐(0) 编辑
摘要: 此博客链接:https://www.cnblogs.com/ping2yingshi/p/12931231.html 最小的高度树 题目链接:https://leetcode-cn.com/problems/minimum-height-tree-lcci/submissions/ 给定一个有序整数 阅读全文
posted @ 2020-05-21 15:48 萍2樱释 阅读(145) 评论(0) 推荐(0) 编辑
摘要: 此博客链接:https://www.cnblogs.com/ping2yingshi/p/12924526.html 二叉树的最小深度 题目链接:https://leetcode-cn.com/problems/minimum-depth-of-binary-tree/ 给定一个二叉树,找出其最小深 阅读全文
posted @ 2020-05-20 16:45 萍2樱释 阅读(175) 评论(0) 推荐(0) 编辑
摘要: 此博客链接:https://www.cnblogs.com/ping2yingshi/p/12920537.html 当你出现这个问题时,说明在tf2下使用了tf1的API。 1.参看版本号是否使用错误。 在pycharm下,找到工程,然后输出下面命令参看版本 import tensorflow a 阅读全文
posted @ 2020-05-19 23:56 萍2樱释 阅读(71885) 评论(4) 推荐(8) 编辑
摘要: 此博客链接:https://www.cnblogs.com/ping2yingshi/p/12917797.html 反转二叉树(48min) 题目链接:https://leetcode-cn.com/problems/invert-binary-tree/ 翻转一棵二叉树。 示例: 输入: 4 / 阅读全文
posted @ 2020-05-19 16:31 萍2樱释 阅读(265) 评论(0) 推荐(0) 编辑
摘要: 此博客链接: 当安装完tensorflow后,编写一个简单的代码,发现代码报如下图的错误: 解决办法: 1.查看以下路径中的文件夹 C:\Users\Administrator\anaconda3\Lib\site-packages\tensorflow\examples 2.是否只含有下图的三个文 阅读全文
posted @ 2020-05-18 22:54 萍2樱释 阅读(11876) 评论(0) 推荐(0) 编辑
摘要: 此博客链接:https://www.cnblogs.com/ping2yingshi/p/12911068.html 合并二叉树 题目链接:https://leetcode-cn.com/problems/merge-two-binary-trees/ 给定两个二叉树,想象当你将它们中的一个覆盖到另 阅读全文
posted @ 2020-05-18 15:55 萍2樱释 阅读(163) 评论(0) 推荐(0) 编辑
上一页 1 ··· 36 37 38 39 40 41 42 43 44 ··· 55 下一页