Title: Add Solution for "Add Two Numbers Using Linked Lists" Problem #20
Labels
Assigned📋
This issue has been assigned to you!
Closed:🚫
This issue or PR is closed due to invalidity or prolonged inactivity and lack of updates.
good first issue
Good for newcomers
hacktoberfest2024
Your contribution is part of Hacktoberfest 2024! 🎉
No_Update
It's been so long you are not responding to this issue so we are going to close the issue soon.
Initiative (Required)
Hacktoberfest 2024 🎃
Is your proposal related to a problem? Please describe.
PROBLEM DESCRIPTION
You are given two non-empty linked lists representing two non-negative integers. The digits are stored in reverse order, and each of their nodes contains a single digit. Add the two numbers and return the sum as a linked list.
You may assume the two numbers do not contain any leading zero, except the number 0 itself.
Example 1
Example 2
Constraints
[1, 100]
0 <= Node.val <= 9
Add any other context or screenshots about the proposal request here.
I'm interested in contributing to this repository as part of Hacktoberfest and would love the opportunity to work on this issue. @Kushal997-das Could you please assign it to me?
The text was updated successfully, but these errors were encountered: