Recursive Task
(Redirected from recursive task)
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
- (Graham et al., 1990) ⇒ Roland Graham, Donald Knuth, and Oren Patashnik. (1990). “Concrete Mathematics." http://www-cs-faculty.stanford.edu/~knuth/gkp.html Chapter 1: Recurrent Problems