Skip to content
sandersyao edited this page Jun 6, 2014 · 3 revisions

Why implement data structure use PHP?

No why.I try to study data structure and I am a PHP programmer.

为什么使用PHP来实现数据结构?

没有为什么,我想学习数据结构而且我PHP工程师。

##data structure list:

###B-Tree height of tree(nodes number for search): n=keywords number; m=slots number per node; h=height of tree;

##algorithm list:

###Insertion Sort

##数据结构列表:

###B-树 树高(搜索时查找的节点数量):n=关键词数量; m=每个节点所存的最多的关键词数量; h=树高;

##算法列表:

###插入排序