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 4965e59 commit 5e0a91dCopy full SHA for 5e0a91d
1 file changed
dynamic_programming/beautiful_arrangement.py
@@ -15,7 +15,7 @@
15
16
17
class BeautifulArrange:
18
- # funtion call; n is the size of the permutation (numbers 1..n)
+ # function call; n is the size of the permutation (numbers 1..n)
19
def countarrangement(self, n: int) -> int:
20
self.count = 0
21
"""
0 commit comments