Skip to content

Commit 8e9407b

Browse files
committed
Update beautiful_arrangement.py
1 parent 69a579b commit 8e9407b

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 beautifularrange:
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)