Search
⌘K

Leetcode 1543. Fix Product Name Format

Given raw product name strings, normalize them into a consistent format by trimming/condensing whitespace, normalizing separators/punctuation, and applying consistent casing. This is a straightforward string parsing/normalization problem focusing on careful handling of delimiters and character transformations.


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.