arisu

2015年4月29日

排序二叉树

摘要: /**较高的查找效率,而且是链式存储,易插入删除*/public class BinarySortTree { /** *根节点 */ public var treeRoot:Node; public function BinarySortTree(_root:Node = nul... 阅读全文

posted @ 2015-04-29 10:48 arisu 阅读(160) 评论(0) 推荐(0) 编辑

导航