会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
萍2樱释
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
38
39
40
41
42
43
44
45
46
···
57
下一页
2020年5月20日
二叉树的最小深度
摘要: 此博客链接: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樱释
阅读(188)
评论(0)
推荐(0)
2020年5月19日
AttributeError: module 'tensorflow' has no attribute 'placeholder'问题
摘要: 此博客链接:https://www.cnblogs.com/ping2yingshi/p/12920537.html 当你出现这个问题时,说明在tf2下使用了tf1的API。 1.参看版本号是否使用错误。 在pycharm下,找到工程,然后输出下面命令参看版本 import tensorflow a
阅读全文
posted @ 2020-05-19 23:56 萍2樱释
阅读(72019)
评论(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樱释
阅读(278)
评论(0)
推荐(0)
2020年5月18日
Tensorflow 报错No module named 'tensorflow.examples.tutorials'解决办法
摘要: 此博客链接: 当安装完tensorflow后,编写一个简单的代码,发现代码报如下图的错误: 解决办法: 1.查看以下路径中的文件夹 C:\Users\Administrator\anaconda3\Lib\site-packages\tensorflow\examples 2.是否只含有下图的三个文
阅读全文
posted @ 2020-05-18 22:54 萍2樱释
阅读(12158)
评论(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樱释
阅读(176)
评论(0)
推荐(0)
2020年5月17日
二叉树的最大深度
摘要: 此博客链接:https://www.cnblogs.com/ping2yingshi/p/12907812.html 二叉树的最大深度(59min) 题目链接:https://leetcode-cn.com/problems/maximum-depth-of-binary-tree/ 给定一个二叉树
阅读全文
posted @ 2020-05-17 23:52 萍2樱释
阅读(146)
评论(0)
推荐(0)
2020年5月15日
数组中的字符串匹配
摘要: 此博客链接:https://www.cnblogs.com/ping2yingshi/p/12897829.html 数组中的字符串匹配(115min) 题目链接:https://leetcode-cn.com/problems/string-matching-in-an-array/ 给你一个字符
阅读全文
posted @ 2020-05-15 23:11 萍2樱释
阅读(1056)
评论(0)
推荐(0)
2020年5月14日
分别用js,css,html实现三个不同颜色的文字拼接
摘要: 此博客链接:https://www.cnblogs.com/ping2yingshi/p/12890443.html js普通版本 <html> <body> <script> var str1 = "红色"; var str2 = "黑色"; var str3 = "蓝色"; document.w
阅读全文
posted @ 2020-05-14 18:09 萍2樱释
阅读(2537)
评论(0)
推荐(0)
删除回文子序列
摘要: 此博客链接:https://www.cnblogs.com/ping2yingshi/p/12890315.html 删除回文子序列(58min) 题目链接:https://leetcode-cn.com/problems/remove-palindromic-subsequences/ 给你一个字
阅读全文
posted @ 2020-05-14 17:51 萍2樱释
阅读(290)
评论(0)
推荐(0)
2020年5月13日
下一个更大元素 II
摘要: 此博客链接:https://www.cnblogs.com/ping2yingshi/p/12883729.html 下一个更大元素 II(58min) 题目链接:https://leetcode-cn.com/problems/next-greater-element-ii/ 给定一个循环数组(最
阅读全文
posted @ 2020-05-13 17:33 萍2樱释
阅读(107)
评论(0)
推荐(0)
上一页
1
···
38
39
40
41
42
43
44
45
46
···
57
下一页
公告