Leetcode 加一 地址:https://leetcode-cn.com/explore/interview/card/top-interview-questions-easy/1/array/27/ 一、题目给定一个由整数组成的非空数组所表示的非负整数,在该数的基础上加一。 2019-01-25 Leetcode Leetcode 数组
Leetcode 两个数组的交集 II 地址:https://leetcode-cn.com/explore/interview/card/top-interview-questions-easy/1/array/26/ 一、题目给定两个数组,编写一个函数来计算它们的交集。 2019-01-24 Leetcode Leetcode 数组
YAML语法简记 YAML Ain’t Markup Language 基本语法规则 大小写敏感 使用缩进表示层级关系 缩进时不允许使用Tab键,只允许使用空格 缩进的空格数目不重要,只要相同层级的元素左侧对齐即可 #表示注释,从这个字符一直到行尾,都会被解析器忽略 2019-01-23 YAML
Leetcode 只出现一次的数字 地址:https://leetcode-cn.com/explore/interview/card/top-interview-questions-easy/1/array/25/ 题目: 给定一个非空整数数组,除了某个元素只出现一次以外,其余每个元素均出现两次。找出那个只出现了一次的元素。 2019-01-22 Leetcode Leetcode 数组
GitHub+Hexo搭建博客笔记 写在前面一直想搭建一个个人博客主要是为了学习吧,我可以不写博客但是我得会搭建博客,会搭博客了我写不写是我的事,哈哈。。。 2019-01-18 博客 Hexo 博客 GitHub
Hello World Welcome to Hexo! This is your very first post. Check documentation for more info. If you get any problems when using Hexo, you can find the answer in troubleshooting or you can ask me on GitHub. Quick 2019-01-17