摘要
折半查找算法用于在有序表中进行查找,是程序设计语言和数据结构课程中都需要掌握的一种查找算法,该文用C#编程,对这一算法的实现过程进行了动态演示,有助于初学者更好地理解和掌握这一算法的思想。
Binary search algorithm is used to search in ordered list.It is a searching algorithm which should be grasped when learning programming design languages and data structure.This paper presents a dynamic demonstration of the realization process of this algorithm by using C Programming,which is helpful for the beginners to better understand and grasp the idea of this algorithm.
出处
《电脑知识与技术(过刊)》
2011年第10X期7225-7227,共3页
Computer Knowledge and Technology
基金
高等教育学会高职专项课题:运用知识可视化技术促进程序设计知识建构(2011GZZX064)
关键词
折半查找
有序表
定时器
中间元素
binary search
ordered list
timer
the middle element