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 69a579b commit 8e9407bCopy full SHA for 8e9407b
1 file changed
dynamic_programming/beautiful_arrangement.py
@@ -10,7 +10,7 @@
10
"""
11
# Solution using Backtracking
12
13
-class beautifularrange:
+class BeautifulArrange:
14
# funtion call; n is the size of the permutation (numbers 1..n)
15
def countarrangement(self, n: int) -> int:
16
0 commit comments