文件名称:binary-search
介绍说明--下载内容均来自于网络,请自行研究使用
给定一组含有n个整数的有序数列A={a1,a2,...,an},接下来有k个数{b1,b2,...,bk},查询每个 bi是否在之前给定的数列A中出现,出现输出y,否则输出n。 -Given n integers+ k integers, search if each of the k integers exist in the n integers, if it does, output y , if not output n
(系统自动生成,下载前可以参看下载内容)
下载文件列表
readme.txt
query.cpp