本文介绍了在C#中的程序中实现0(log)n搜索的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我可以举一个例子,说明如何在C#程序中实现0(log)n的搜索.
我还被要求通过在要搜索的文件上创建索引文件来索引要搜索的文件...
我已经在互联网上搜索了如何执行此操作,但是我的努力没有取得任何成果.

Can i have an example of how to implement a search of 0(log)n in a C# program.
i am also requested to index the file to be searched by creating an index file on the file to be searched...
I have searched the internet on how to do this but my efforts did not bear any fruits.

your help will be highly appreciated in this matter.

推荐答案


这篇关于在C#中的程序中实现0(log)n搜索的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

11-02 18:35