LeetCode 2734: Lexicographically Smallest String After Substring Operation

2 years ago
9

This one is not as hard as it looks. We just need to replace some characters, only one edge case to consider.

https://yeah.computer/posts/016-leetcode-2734-lexicographically-smallest-string-after-substring-operation/

Loading comments...