摘要: LeetCode Notes_#12 Integer to RomanLeetCode ContentsProblemSolution思路代码 ProblemRoman numerals are represented by seven different symbols: I, V, X, L, C, D and M.Symbol ValueI 1V ... 阅读全文
posted @ 2018-10-07 13:39 Howfar's 阅读(153) 评论(0) 推荐(0)
摘要: LeetCode Notes_#9 Palindrome Number(包含#7 Reverse Integer) LeetCode Contents Problem Solution 1.转换成字符串处理 2.初等运算求反转后的数字 3.其他思路 相关的Python知识 Problem Deter 阅读全文
posted @ 2018-10-06 18:53 Howfar's 阅读(179) 评论(0) 推荐(0)
摘要: LeetCode Notes_#13 Roman to IntegerLeetCode ContentsProblemSolution思路1. 字符串划分2. 字母转化成数字代码记录一下几个开始被我忽视的问题另一个很好的思路 ProblemRoman numerals are represented by seven different symbols: I, V, X, L, C, D an... 阅读全文
posted @ 2018-10-05 16:56 Howfar's 阅读(146) 评论(0) 推荐(0)
摘要: 日期 题目 难度 笔记 序号 181002 1.two sum easy #1 1 181003 2.add two numbers medium #2 2 181004 7.Reverse integer easy #7,#9 3 181005 9.Palindrome Number easy 4 阅读全文
posted @ 2018-10-04 21:44 Howfar's 阅读(104) 评论(0) 推荐(0)
摘要: Leetcode Notes_#2 Add Two Numbers LeetCode Contents Problem Solution 相关Python知识 Problem You are given two non-empty linked lists representing two non- 阅读全文
posted @ 2018-10-04 20:55 Howfar's 阅读(138) 评论(0) 推荐(0)
摘要: LeetCode Notes_#1 Two SumLeetCode contentsProblemSolutions1. 暴力法2. 两遍循环哈希表法3. 一遍循环哈希表法 ProblemGiven an array of integers, return indices of the two numbers such that they add up to a specific target... 阅读全文
posted @ 2018-10-04 20:54 Howfar's 阅读(230) 评论(0) 推荐(0)
摘要: 博客园Markdown排版技巧需求分析工具选择公式编辑方案一:office系列软件+复制粘贴方案二:博客园Latex功能页内跳转引用图片及修改图片大小、格式笔记快速排版发布参考资料祝写作愉快! 最近看很多别人的博客,排版什么的都特别漂亮,但是又感觉写博客时花太多时间排版不是很必要.希望将注意力更多的 阅读全文
posted @ 2018-01-30 12:59 Howfar's 阅读(1591) 评论(0) 推荐(1)
摘要: 今年被各种课程折磨的很惨,所以去年说好要读的书,也没有读多少. 读的最多的是小说,还有一些别的杂七杂八的书,以及一些看到一半没看完的. 忙里偷闲在课间看了一些,假期看了一些.一年结束了,记录一下. 顺便安利一个网站 "慕知" ,毕竟用了人家的功能Orz(下面的图就是用这个网站做的),是我校一个创新项 阅读全文
posted @ 2017-12-30 21:31 Howfar's 阅读(165) 评论(0) 推荐(0)
摘要: 发现了一款极方便的截图软件(准确的说是截图+贴图,就跟名字一样snip+paste),安利一波 这个截图软件好在哪里?为什么不用windows自带的呢? __最特别的贴图功能:__ 也就是把图片贴在屏幕上,就好像我们用便利贴贴在黑板上一样。当你研究一个什么东西的时候,可能会查很多网页,或者一些文档, 阅读全文
posted @ 2017-12-21 22:15 Howfar's 阅读(387) 评论(0) 推荐(0)
摘要: 最近做通原实验,发现学校的电脑有病毒...话说这还是我第一次遇见这种病毒,昨天打开U盘,发现很多文件夹都变成了快捷方式,并且不能打开,报错内容是:快捷方式存在问题...经过一番查询,大概弄清楚了这个病毒的机制,并找到了解决方案。 它是如何工作的? 说起来也挺简单。这是一个visual basic脚本 阅读全文
posted @ 2017-12-14 22:18 Howfar's 阅读(3621) 评论(0) 推荐(0)