摘要: 1.Given an array of integers, find a contiguous subarray which has the largest sum.hint: Go through the array with 2 variable -- cur and count. cur i... 阅读全文
posted @ 2015-05-21 15:27 Joyce-Lee 阅读(257) 评论(0) 推荐(0) 编辑
摘要: http://pages.cs.wisc.edu/~skrentny/cs367-common/readings/Red-Black-Trees/http://en.wikipedia.org/wiki/Red–black_tree1.Every node is either red or blac... 阅读全文
posted @ 2015-05-21 07:27 Joyce-Lee 阅读(251) 评论(0) 推荐(0) 编辑