错误:搜索内容不能为空,请输入英文关键词
错误:关键词超出字数限制,请精简
高级检索

Introduction to Recursion

  • Roberto Mantaci,
  • Jean-Baptiste Yunès

摘要

An algorithm is said to be recursiveRecursivity if it makes a call to itself. In other terms, the procedure to solve the problem for a given instance I includes the resolution of the same problem for another instance \(I'\) (generally having smaller size than I).