摘要: 1.对象:无重复数字 2.查找代码 3.删除代码 4.实例: #include<iostream> using namespace std; struct Bts_node { int data; Bts_node *lchild,*rchild; }; bool insert_Bts(Bts_no 阅读全文
posted @ 2018-12-04 16:11 shenyuli 阅读(181) 评论(0) 推荐(0) 编辑
摘要: #include using namespace std; int binsearch(int a[],int low,int high,int k) { if(low>high) return 0; int mid=(low+high)/2; if(a[mid]==k) return mid+1; else if(a[mid]>len; ... 阅读全文
posted @ 2018-12-04 15:16 shenyuli 阅读(119) 评论(0) 推荐(0) 编辑
Live2D