Welcome to MSDN Blogs Sign in | Join | Help

Recursion and Nature

Recursive programming is one of the interesting programming paradigms, that helps to solve many coding problems elegantly with few lines of code (though it makes debugging little difficult and computing the running time is not straight forward). Binary tree algorithms make use of recursion a lot. I was just amazed when I came to know that recursion is such a common phenomena in nature. This page here shows how Fibonacci number (which has this recursive property) is observed in nature. Nature's way of programming?!
Published Saturday, July 24, 2004 2:04 AM by rajmohan

Comments

# Rajmohan s real time web Recursion and Nature | bird baths

Anonymous comments are disabled
 
Page view tracker