← All problemsSign in

String Duplication

Consider a string str of n lowercase letters and an empty string emp. You can perform the following operation on emp to make it as str. - Append a letter of str to emp at a cost of 1 rupee. - Append any substring of emp to string emp without any cost. Given m strings(str0, str1,........,strm-1), find and print the minimum cost of copying each stri to empi on a new line. Input The first line co

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.

voice by Sarvam AI

Sign in to chat with the tutor and save your progress.

Sign in to start