09【C语言 趣味算法】再识:折半查找(二分查找):基本思想、程序流程图及完整代码、附:顺序查找
创始人
2024-03-21 15:24:01
0次
Contents
- 一、Review
- 二、New Problem:Find in half(折半查找)
- 2.1 Description of the problem(问题描述)
- 2.2 Analysis of the problem(问题分析)
- 2.3 Algorithm design(算法设计)
- 2.4 Procedure flow chart(程序流程图),Full code and output(完整code及输出)
- 2.5 附:Additional knowledge points(知识点补充):continue、break
- 2.6 Question expansion(问题拓展):Sequential search(顺序查找)
相关内容