-
Notifications
You must be signed in to change notification settings - Fork 2.5k
Open
Description
Bug Report for https://neetcode.io/problems/find-anagram-mappings
Please describe the bug below and include any steps to reproduce the bug or screenshots if possible.
From the given examples, my understanding is that for test case nums1 = {40, 40} and nums2={40,40}, the expected outcome should be {0,1}, but the judge expected {1,1}.
Please correct my understanding or add supporting examples with duplicates in arrays.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels