Search
⌘K

Leetcode 541. Reverse String II

Process the string in 2k-sized blocks and reverse the first k characters of each block. If fewer than k characters remain, reverse all of them; if between k and 2k remain, reverse only the first k and leave the rest.


Question Timeline

See when this question was last asked and where, including any notes left by other candidates.

Comments

Your account is free and you can post anonymously if you choose.