Skip to content

Commit 70fb09c

Browse files
authored
Update README.md
1 parent ad8540e commit 70fb09c

File tree

1 file changed

+2
-2
lines changed
  • Competitive Coding/Math/Catalan_Numbers

1 file changed

+2
-2
lines changed

Competitive Coding/Math/Catalan_Numbers/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
The 2 different programs in this folder contain the same implementation!
1+
The two different programs in this folder contain the same implementation!
22
The programs basically are a python implementation of the Catalan Numbers.
33
They're similar to Fibonacci (very slightly)
44

5-
The 2 different implementations vary only in terms of time taken!<br>
5+
The two different implementations vary only in terms of time taken!<br>
66
Basically we can implement in 3 different ways!<br>
77

88
* Recursively - Exponential time complexity<br>

0 commit comments

Comments
 (0)