2013年10月22日

Two Sum

摘要: Given an array of integers, find two numbers such that they add up to a specific target number.The function twoSum should return indices of the two numbers such that they add up to the target, where index1 must be less than index2. Please note that your returned answers (both index1 and index2) are 阅读全文

posted @ 2013-10-22 14:51 Step-BY-Step 阅读(190) 评论(0) 推荐(0) 编辑

Interface Comparator

摘要: intcompare(To1, To2)Compares its two arguments for order. Returns a negative integer, zero, or a positive integer as the first argument is less than, equal to, or greater than the second.In the foregoing description, the notationsgn(expression)designates the mathematicalsignumfunction, whic... 阅读全文

posted @ 2013-10-22 14:35 Step-BY-Step 阅读(196) 评论(0) 推荐(0) 编辑

微软等公司数据结构+算法面试100题(第1-100题)首次完整亮相

摘要: 作者:July、2010年12月6日。更新:现今,这100题的答案已经全部整理出来了,微软面试100题2010年版全部答案集锦:http://blog.csdn.net/v_july_v/article/details/6870251。关于此100道面试题的所有一切详情,包括答案,资源下载,帖子维护,答案更新,都请参考此文:横空出世,席卷Csdn [评微软等数据结构+算法面试100题]。以下100题中有部分题目整理自何海涛的博客(http://zhedahht.blog.163.com/)。十分感谢。----------------------------------------------- 阅读全文

posted @ 2013-10-22 14:03 Step-BY-Step 阅读(272) 评论(0) 推荐(0) 编辑

从hadoop框架与MapReduce模式中谈海量数据处理

摘要: 转自:http://blog.csdn.net/v_july_v/article/details/6704077前言 几周前,当我最初听到,以致后来初次接触Hadoop与MapReduce这两个东西,我便稍显兴奋,觉得它们很是神秘,而神秘的东西常能勾起我的兴趣,在看过介绍它们的文章或论文之后,觉得Hadoop是一项富有趣味和挑战性的技术,且它还牵扯到了一个我更加感兴趣的话题:海量数据处理。 由此,最近凡是空闲时,便在看“Hadoop”,“MapReduce”“海量数据处理”这方面的论文。但在看论文的过程中,总觉得那些论文都是浅尝辄止,常常看的很不过瘾,总是一个东西刚要讲到紧要处,它便结束了,让 阅读全文

posted @ 2013-10-22 07:47 Step-BY-Step 阅读(206) 评论(0) 推荐(0) 编辑

Hadoop

摘要: The Apache™ Hadoop® project develops open-source software for reliable, scalable, distributed computing.The Apache Hadoop software library is a framework that allows for the distributed processing of large data sets across clusters of computers using simple programming models. It is designed to 阅读全文

posted @ 2013-10-22 06:43 Step-BY-Step 阅读(472) 评论(0) 推荐(0) 编辑

导航