What is the difference between a binary tree, a binary search tree, a B tree and a B+ tree?
摘要:
Binary Tree : It is a tree data structure in which each node has at most two children. As such there is no relation between a parent and its left and 阅读全文
posted @ 2016-03-09 18:19 wyman25 阅读(390) 评论(0) 推荐(0) 编辑