Two Pointers
3403. Find the Lexicographically Largest String From the Box I
Given a string word and a number num — how many parts the string is cut into. In version I, find the lexicographically largest string obtainable as one of the parts under some valid split into num…
Loading…