Sort Them
You are given a string $S$ of length $N$ that contains only lowercase English letters. You are also given a string $P$ of length $26$, that contains every lowercase English letter exactly once. You can perform the following operation: - Choose an index $i$ ($1 \leq i \leq N$). - Let $x = 27 - \text{ord}_P(S_i)$. - Here, $\text{ord}_P(S_i)$ denotes the (unique) position of character $S_i$ in
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