递归技巧


解题技巧

  • 退出条件
  • 首先思考要写的函数功能
  • 怎么用该功能解决一些问题或者子问题(这里决定了迭代方向)
  • 利用该函数和该函数解决的子问题或得到的答案完成该功能(一个结果或者一个累加,排序等等,总之是解决问题)

Author: pkq
Reprint policy: All articles in this blog are used except for special statements CC BY 4.0 reprint policy. If reproduced, please indicate source pkq !
  TOC