Skip to content

Commit 5e0a91d

Browse files
committed
Update beautiful_arrangement.py
1 parent 4965e59 commit 5e0a91d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dynamic_programming/beautiful_arrangement.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616

1717
class BeautifulArrange:
18-
# funtion call; n is the size of the permutation (numbers 1..n)
18+
# function call; n is the size of the permutation (numbers 1..n)
1919
def countarrangement(self, n: int) -> int:
2020
self.count = 0
2121
"""

0 commit comments

Comments
 (0)