Recursive Task

From GM-RKB
Jump to navigation Jump to search

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