摘要: Given a sorted array, remove the duplicates in place such that each element appear only once and return the new length. Do not allocate extra space for another array, you must do this in place with constant memory. 阅读全文
posted @ 2015-08-18 17:48 TinaYo 阅读(141) 评论(0) 推荐(0) 编辑
摘要: Merge two sorted linked lists and return it as a new list. The new list should be made by splicing together the nodes of the first two lists. 阅读全文
posted @ 2015-08-18 17:45 TinaYo 阅读(149) 评论(0) 推荐(0) 编辑
摘要: 需求说明 如果要本地调试Hbase程序,那么可以用本地连接集群的方式 阅读全文
posted @ 2015-08-18 17:06 TinaYo 阅读(933) 评论(0) 推荐(0) 编辑
摘要: 前言 最近有一个项目用到了搜索引擎,这里记录下使用过程中遇到的一些问题和解决方案。 阅读全文
posted @ 2015-08-18 11:00 TinaYo 阅读(1246) 评论(0) 推荐(0) 编辑