06 2014 档案
摘要:/******************************二叉搜索树相关算法集合1:二叉树转双向链表******************************/#include#include#define valueType inttypedef struct Node { value...
阅读全文
摘要:/********************************** 求数组中连续字串的最大和 并返回起始位置和终止位置***********************************/#include #define elemType intelemType max(elemT...
阅读全文
摘要:#include #include //Binary Search//递归版int rBinarySearch(int a[],int left,int right,int k) { if(a==NULL) { printf("请检查输入!\n"); return ...
阅读全文

浙公网安备 33010602011771号