Skip to content

Commit 0adba8f

Browse files
Address review feedback (3 comments)
1 parent 3cfeb57 commit 0adba8f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

backtracking/all_permutations.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ def create_state_space_tree(
4444
index_used: list[int],
4545
) -> None:
4646
"""
47-
Creates a state space tree to iterate through each branch using DFS.
47+
Generate a state space tree for the given sequence.
4848
We know that each state has exactly len(sequence) - index children.
4949
It terminates when it reaches the end of the given sequence.
5050

0 commit comments

Comments
 (0)