Skip to content

Commit cd38be7

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent e2c218b commit cd38be7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

dynamic_programming/beautiful_arrangement.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
"""
1111
# Solution using Backtracking
1212

13+
1314
class BeautifulArrange:
1415
# funtion call; n is the size of the permutation (numbers 1..n)
1516
def countarrangement(self, n: int) -> int:

0 commit comments

Comments
 (0)