Skip to content

Valid Anagram: Correct time complexity and clarify case sensitivity#5976

Open
netotz wants to merge 1 commit into
neetcode-gh:mainfrom
netotz:patch-1
Open

Valid Anagram: Correct time complexity and clarify case sensitivity#5976
netotz wants to merge 1 commit into
neetcode-gh:mainfrom
netotz:patch-1

Conversation

@netotz

@netotz netotz commented Jul 13, 2026

Copy link
Copy Markdown

Updated time complexity to reflect that it is $O(n)$ instead of $O(n + m)$ and added clarification on case sensitivity and time complexity.

Important

Please make sure the file name is lowercase and a duplicate file does not already exist before merging.

Updated time complexity to reflect that it is O(n) instead of O(n + m) and added clarification on case sensitivity and time complexity.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant