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 4fcf7ff commit 1448767Copy full SHA for 1448767
1 file changed
dynamic_programming/beautiful_arrangement.py
@@ -10,7 +10,7 @@
10
"""
11
# Solution using Backtracking
12
13
-class Solution:
+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