- Notifications
You must be signed in to change notification settings - Fork2.4k
Closed
Description
Bug Report forhttps://neetcode.io/problems/add-two-numbers
For input :
l1=[9]
l2=[9]
Output should be :
[1,8]
But in the problem it's expecting :
[8,1]
which is wrong :)
Metadata
Metadata
Assignees
Labels
No labels