MCPcopy Create free account
hub / github.com/TheAlgorithms/Python / all_subsequences.py

File all_subsequences.py

backtracking/all_subsequences.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 subsequences
3of the given sequence. We use backtracking to solve this problem.
4

Callers

nothing calls this directly

Calls 3

clearMethod · 0.45
extendMethod · 0.45

Tested by

no test coverage detected