Recursive Task

(Redirected from recursive task)

A Recursive Task is a computational task that requires the use of a recursive algorithm.

  • Example(s):
    • Invert a binary tree (using recursion).
  • See: Recursive System.


References

1990