-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Closed
Description
Bug Report for https://neetcode.io/problems/accounts-merge
Please describe the bug below and include any steps to reproduce the bug or screenshots if possible.
The problem says that the accounts can be returned in any order, but it seems like that's not the case. Here I return:
[["neet","neetcode@gmail.com"],["neet","bob@gmail.com","neet@gmail.com","neet_dsa@gmail.com"],["alice","alice@gmail.com"]]
This is marked wrong, while the correct answer is:
[["alice","alice@gmail.com"],["neet","bob@gmail.com","neet@gmail.com","neet_dsa@gmail.com"],["neet","neetcode@gmail.com"]]
Can you help me? Thank you!
Metadata
Metadata
Assignees
Labels
No labels