自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

呜呜哈的博客

读读论文写写代码

  • 博客(7)
  • 资源 (1)
  • 收藏
  • 关注

原创 leetcode题解-274. H-Index

题目:Given an array of citations (each citation is a non-negative integer) of a researcher, write a function to compute the researcher’s h-index. According to the definition of h-index on Wikipedia: “A

2017-02-28 14:50:19 878

原创 将eclipse与github相关联实现版本控制

最近刷题,想着把代码实时同步到github上。所以就上网查了一下如何实现eclipse与github的关联,这样我们每天写的程序就能push到github上,很是方便。 其实步骤很简单,现在的eclipse都支持git,我们只需要配置一下就行了。这里默认eclipse已经安装了git,如果你电脑上没有的话可以使用Help -> Install New Software进行安装。接下来开始介绍如何配

2017-02-27 21:45:36 1170

原创 LeetCode刷题-187. Repeated DNA Sequences

题目:All DNA is composed of a series of nucleotides abbreviated as A, C, G, and T, for example: “ACGAATTCCG”. When studying DNA, it is sometimes useful to identify repeated sequences within the DNA. Wri

2017-02-27 15:18:06 557

原创 leetcode题解-508. Most Frequent Subtree Sum

题目:Given the root of a tree, you are asked to find the most frequent subtree sum. The subtree sum of a node is defined as the sum of all the node values formed by the subtree rooted at that node (inclu

2017-02-26 14:21:45 1082

原创 leetcode题解-138. Copy List with Random Pointer

题目:A linked list is given such that each node contains an additional random pointer which could point to any node in the list or null. Return a deep copy of the list. 刚读完题目之道是要返回一个带随机指针的链表的复制。其实还是不太明白

2017-02-25 15:40:39 907

原创 leetcode题解-299. Bulls and Cows

题目:You are playing the following Bulls and Cows game with your friend: You write down a number and ask your friend to guess what the number is. Each time your friend makes a guess, you provide a hint t

2017-02-24 21:27:13 689

原创 leetcode题解-463. Island Perimeter

题目:You are given a map in form of a two-dimensional integer grid where 1 represents land and 0 represents water. Grid cells are connected horizontally/vertically (not diagonally). The grid is completel

2017-02-23 18:00:02 733

echarts地图等相关js文件 源码下载

echarts地图等相关js文件 http://blog.csdn.net/liuchonge/article/details/52199100博客中需要的js文件都在这里

2017-10-16

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除