Skip to content

Commit 4965e59

Browse files
committed
Merge branch 'master' of https://github.com/zirea3l/Python
2 parents adf05c5 + cd38be7 commit 4965e59

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
@@ -13,6 +13,7 @@
1313
"""
1414
# Solution using Backtracking
1515

16+
1617
class BeautifulArrange:
1718
# funtion call; n is the size of the permutation (numbers 1..n)
1819
def countarrangement(self, n: int) -> int:

0 commit comments

Comments
 (0)