Hi guys just a quick questions What are the real life application of catalan numbers? Thanks a lot!
Remember to vote up questions/answers you find interesting or helpful (requires 15 reputation points)
|
2
|
|||||||||||||||
|
closed as off topic by Gjergji Zaimi, Angelo, Felipe Voloch, Igor Rivin, Bruce Westbury May 15 2012 at 16:37 |
|
7
|
In all seriousness, this type of enumerative combinatorics is very useful e.g. in figuring out expected running time for computer programs. An example involving Catalan numbers (which may seem a little contrived, but I think things like this probably do really come up) is: count how many times you go through the inner loop, i.e. how many times you print "hello world", in: for $i_1=0$ to $1$ for $i_2=i_1$ to $2$ for $i_3=i_2$ to $3$ ... for $i_n = i_{n-1}$ to $n$ print "hello world" |
||||||||
|
You can accept an answer to one of your own questions by clicking the check mark next to it. This awards 15 reputation points to the person who answered and 2 reputation points to you.
|
1
|
This is discussed at great length in: "Catalan numbers with applications" by Thomas Koshy. The main application seems to be to make money for the publisher (the book is insanely expensive), but google books has extracts. |
||
|
|

