摘要: 冯·诺伊曼结构(von Neumann architecture),也称普林斯顿结构,是一种将程序指令存储器和数据存储器合并在一起的计算机设计概念结构。本词描述的是一种实现通用图灵机的计算设备,以及一种相对于并行计算的串行式结构参考模型(referential model)。此结构隐约指导了将存储设... 阅读全文
posted @ 2014-06-12 21:52 linyx 阅读(716) 评论(0) 推荐(0) 编辑
摘要: Given an array where elements are sorted in ascending order, convert it to a height balanced BST.递归,二分法。 1 /** 2 * Definition for binary tree 3 * st... 阅读全文
posted @ 2014-06-12 16:38 linyx 阅读(160) 评论(0) 推荐(0) 编辑