目录
- 一、前情回顾
- 二、Problem:兔子产子问题
- 2.1 Description of the problem(问题描述)
- 2.2 Analysis of the problem(问题分析)
- 2.3 Algorithm design(算法设计)
- 2.4 Full code and output(完整code及输出)
- 2.5 Issue extension optimisation(问题拓展优化)
一、前情回顾
04【C语言 & 趣味算法】“抓交通肇事犯”问题。算法改进:设置“标识变量”,有效减少循环次数。
03【C语言 & 趣