We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad8540e commit 70fb09cCopy full SHA for 70fb09c
Competitive Coding/Math/Catalan_Numbers/README.md
@@ -1,8 +1,8 @@
1
-The 2 different programs in this folder contain the same implementation!
+The two different programs in this folder contain the same implementation!
2
The programs basically are a python implementation of the Catalan Numbers.
3
They're similar to Fibonacci (very slightly)
4
5
-The 2 different implementations vary only in terms of time taken!<br>
+The two different implementations vary only in terms of time taken!<br>
6
Basically we can implement in 3 different ways!<br>
7
8
* Recursively - Exponential time complexity<br>
0 commit comments