Search
⌘K

Leetcode 3150. Invalid Tweets II

Given an array of tweet strings and a set of validation rules (e.g., length limits, allowed characters/words, duplicate or disallowed mentions/hashtags), identify which tweets violate any rule. This is a straightforward string-parsing and validation task that requires checking each tweet against the constraints and returning the invalid ones.


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.