We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 034f159 commit 48ed852Copy full SHA for 48ed852
1 file changed
backtracking/subsets.py
@@ -45,8 +45,8 @@ def backtrack_compact(working_set, k, n):
45
46
47
def main():
48
- # n = sys.argv[1]
49
- n = 2
+ n = int(sys.argv[1])
+ # n = 2
50
51
global solutions
52
solutions = []
0 commit comments