codeIIEST / Algorithms

A Repository to store implementation of some of the famous Data Structures and Algorithms (mainly in C/C++/Java/Python) for everyone to learn and contribute.
http://codeiiest.github.io/Algorithms/
MIT License
204 stars 163 forks source link

Uploaded 2 different implementations of catalan numbers #253

Closed rahulkumaran closed 6 years ago

rahulkumaran commented 6 years ago

Thank you for your contribution. Please provide the details requested below.

SHORT DESCRIPTION

This is a folder which will come under the math algorithms. Basically 3 codes for the same purpose but each code is much faster than the other. Basically they are 3 different implementations of the same Catalan Numbers but the Time Complexities vary

TESTING

You can just run these codes to get O/p

rahulkumaran commented 6 years ago

@prateekiiest , please have a look at this! I've added 2 different implementations which vary in terms of time complexity! Please have a look!

prateekiiest commented 6 years ago

I will see this, Please open this once again

rahulkumaran commented 6 years ago

@prateekiiest opened a new PR, please have a look at #255 !