摘要:
题目Given a matrix of m x n elements (m rows, n columns), return all elements of the matrix in spiral order.For example, Given the following ma...
阅读全文
posted @ 2015-09-05 21:28
Coding菌
阅读(143)
推荐(0)
摘要:
题目Find the contiguous subarray within an array (containing at least one number) which has the largest sum.For example, given the array [−2,1,...
阅读全文
posted @ 2015-09-05 20:35
Coding菌
阅读(97)
推荐(0)
摘要:
序原文网址简单说,分布式是以缩短单个任务的执行时间来提升效率的,而集群则是通过提高单位时间内执行的任务数来提升效率。例如:如果一个任务由10个子任务组成,每个子任务单独执行需1小时,则在一台服务器上执行改任务需10小时。采用分布式方案,提供10台服务器,每台服务器只负责处理一个子任...
阅读全文
posted @ 2015-09-05 16:05
Coding菌
阅读(157)
推荐(0)