会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
PolarBearInterest
博客园
首页
新随笔
联系
订阅
管理
2016年9月16日
108. Convert Sorted Array to Binary Search Tree
摘要: 题目: Given an array where elements are sorted in ascending order, convert it to a height balanced BST. 题目只有一句话:把一个按升序排列的数组,装换成一个平衡二叉树。 代码: 很久没研究数据结构了,先
阅读全文
posted @ 2016-09-16 12:47 PolarBearInterest
阅读(951)
评论(0)
推荐(0)
公告