文件名称:Ternary-search
介绍说明--下载内容均来自于网络,请自行研究使用
在递归模式下实现三元搜索!三元搜索遵循相同的二叉搜索思想,但将向量分为3个部分,两个索引:一个为左侧,一个为右侧,第三个搜索为中间!-implement a ternary search in recursivity mode. The ternary search follows the same idea of binary search, but splitting the vector into 3 parts, two index: One for left and one to the right and a third search in the middle!
(系统自动生成,下载前可以参看下载内容)
下载文件列表
Ternary search.txt