Skip to content

Commit f65e7a7

Browse files
Rishabh BafnaRishabh Bafna
authored andcommitted
Merge branch 'catalan_numbers' of https://github.com/RishabhIIITD/Python into catalan_numbers
2 parents d853353 + 77ebf33 commit f65e7a7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

maths/series/catalan_numbers.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
import doctest
1414

1515

16-
1716
def catalan_numbers(count: int) -> list[int]:
1817
"""
1918
Generates the first 'count' Catalan numbers (C_0, C_1, ..., C_{count-1}).

0 commit comments

Comments
 (0)