-
Notifications
You must be signed in to change notification settings - Fork 2.5k
Open
Description
Bug Report for https://neetcode.io/problems/combinations-of-a-phone-number
Please describe the bug below and include any steps to reproduce the bug or screenshots if possible.
In a test case where input is "7", the expected output is a string array ["q", "p", "r", "s"] instead of ["p", "q", "r", "s"] which is wrong.
The programming language selected is JavaScript for submission.
When I reorder the HashMap corresponding to digit "7" as ["q", "p", "r", "s"] instead of ["p", "q", "r", "s"], the solution is accepted without which is wrong.

Metadata
Metadata
Assignees
Labels
No labels