cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
Beginners
Real life examples of Recursion
Real life examples of Recursion
Nov 2, 2010 at 12:14am UTC
swalton
(94)
Hello i am trying to understand recursion better and how it is used in real life. Can anybody give me real life examples of recursion?
Nov 2, 2010 at 12:44am UTC
Athar
(4466)
Some classical examples that come to mind:
Quicksort:
http://en.wikipedia.org/wiki/Quicksort
Towers of Hanoi:
http://en.wikipedia.org/wiki/Tower_of_Hanoi
Floodfill:
http://en.wikipedia.org/wiki/Flood_fill
Nov 2, 2010 at 12:56am UTC
swalton
(94)
Oh ok i see how each one of them works. Thank you so much!
Topic archived. No new replies allowed.