Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
""
"
2
In this problem, we want to determine all possible subsequences
3
of the given sequence. We use backtracking to solve this problem.
4
Callers
nothing calls this directly
Calls
3
generate_all_subsequences
Function · 0.85
clear
Method · 0.45
extend
Method · 0.45
Tested by
no test coverage detected