搜索资源列表
chaoji
- 实现超级素数的搜索 比较简单实现 使用递归实现-Achieve super prime number search
dig
- 使用C#语言,利用递归和非递归两者方法实现搜索全盘文件的功能,搜索功能是比较常用的,故而这个还是比较实用的。-Using the C# language, both recursive and non-recursive method to achieve a comprehensive file search function, the search function is more commonly used, and therefore this is quite useful.
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 th