/* opticBTree .c*/ /*构造具有不等权结点的最佳二叉排序树*/ void opticBTree(float p[], float q[], float *c[], float *w[], int *r[], int n) { int k0, i, j, k, m; float min; for(i=0; i