搜索资源列表
jasmine7
- (1) 编写一个程序,输出在顺序表{3,6,2,10,1,8,5,7,4,9}中采用顺序方法查找关键字5的过程 (2) 编写一个程序,输出在顺序表{1,2,3,4,5,6,7,8,9,10} 中采用二分法查找关键字9的过程。
jasmine7
- (1) 编写一个程序,输出在顺序表{3,6,2,10,1,8,5,7,4,9}中采用顺序方法查找关键字5的过程 (2) 编写一个程序,输出在顺序表{1,2,3,4,5,6,7,8,9,10} 中采用二分法查找关键字9的过程。 -(1) the preparation of a program, the output in the order table () 3,6,2,10,1,8,5,7,4,9 methods used