Cracking The Coding Interview4.3
摘要:
//Given a sorted (increasing order) array, write an algorithm to create a binary tree with minimal height.//// 译文://// 给定一个有序数组(递增),写程序构建一棵具有最小高度的二叉树。... 阅读全文
posted @ 2014-04-15 20:38 Vulkan 阅读(184) 评论(0) 推荐(0) 编辑