Get on the String
CodeChefOpen on judge ↗
You are given a string $s$, of length $n$. You have to output all the sub-sequences of $s$, with length exactly equal to $n$, in increasing order, each in a new line. A subsequence is a sequence that can be derived from another sequence by deleting some or no elements without changing the order of the remaining elements. For ex.: $abc$ is a sub-sequence of $abdc$, while $acb$ is not. ###I
HINT LADDERno hints yet
L1 Observation
L2 Technique
L3 Approach
L4 Pseudo-code
🔒
L5 Full solution
L5 unlocks only if you insist twice
solution.cppC++17
CodeSearch Tutor
Hints, not spoilers — it won’t hand over the full solution unless you insist.
Sign in to chat with the tutor and save your progress.
Sign in to start