-
Notifications
You must be signed in to change notification settings - Fork 2.5k
Open
Description
Bug Report for https://neetcode.io/problems/add-two-numbers
Please describe the bug below and include any steps to reproduce the bug or screenshots if possible.
I am trying to solve the "Add Two Numbers" problem (from linked list problem list) unfortunately getting error for input l1 = [9], l2 = [9] output will be [1, 8] but as per your output expectation [8, 1] this will be wrong answer as per problem statement please check and correct it
Metadata
Metadata
Assignees
Labels
No labels