摘要: git rm -r --cached .//清空缓存 git add .//重新提交 git commit -m "update .gitignore" git push 模板: *.iml.idea/*.ipr*.iws*.class.out/ 阅读全文
posted @ 2018-06-28 19:20 VickyFengYu 阅读(146) 评论(0) 推荐(0) 编辑
摘要: Given n non-negative integers representing an elevation map where the width of each bar is 1, compute how much water it is able to trap after raining. 阅读全文
posted @ 2018-06-26 12:11 VickyFengYu 阅读(100) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2018-06-26 11:45 VickyFengYu 阅读(2) 评论(0) 推荐(0) 编辑
摘要: Question 1: How to find middle element of linked list in one pass? Question 1: How to find middle element of linked list in one pass? One of the most 阅读全文
posted @ 2018-06-26 10:33 VickyFengYu 阅读(119) 评论(0) 推荐(0) 编辑
摘要: What are Divide and Conquer algorithms? Describe how they work. Can you give any common examples of the types of problems where this approach might be 阅读全文
posted @ 2018-06-26 10:28 VickyFengYu 阅读(164) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2018-06-25 21:54 VickyFengYu 阅读(1) 评论(0) 推荐(0) 编辑
摘要: Given an array of size n, find the majority element. The majority element is the element that appears more than ⌊ n/2 ⌋ times. You may assume that the 阅读全文
posted @ 2018-06-22 10:10 VickyFengYu 阅读(83) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2018-06-20 18:58 VickyFengYu 阅读(5) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2018-06-20 16:25 VickyFengYu 阅读(1) 评论(0) 推荐(0) 编辑
摘要: https://www.logicbig.com/tutorials/core java tutorial/java 10 changes.html https://www.logicbig.com/tutorials/core java tutorial/java 9 changes.html h 阅读全文
posted @ 2018-06-20 15:21 VickyFengYu 阅读(71) 评论(0) 推荐(0) 编辑