Skip to content

Commit 1448767

Browse files
committed
Update beautiful_arrangement.py
1 parent 4fcf7ff commit 1448767

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
@@ -10,7 +10,7 @@
1010
"""
1111
# Solution using Backtracking
1212

13-
class Solution:
13+
class beautifulArrange:
1414
# funtion call; n is the size of the permutation (numbers 1..n)
1515
def countArrangement(self, n: int) -> int:
1616

0 commit comments

Comments
 (0)