MCPcopy Index your code
hub / github.com/TheAlgorithms/Python / all_combinations.py

File all_combinations.py

backtracking/all_combinations.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1"""
2In this problem, we want to determine all possible combinations of k
3numbers out of 1 ... n. We use backtracking to solve this problem.
4

Callers

nothing calls this directly

Calls 2

combination_listsFunction · 0.85

Tested by

no test coverage detected