Ayush7614 / Daily-Coding-DS-ALGO-Practice

A open source project🚀 for bringing all interview💥💥 and competative📘 programming💥💥 question under one repo📐📐
https://daily-ds-algo.github.io/DS-Algo-Website/
MIT License
321 stars 474 forks source link

Add two numbers as LinkedList #1449

Open 19bce502 opened 3 years ago

19bce502 commented 3 years ago

Aim 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.

Please Assign me under LGM SOC . I will be doing in C++ Language.

Programming language

Rounak-chauhan commented 3 years ago

please assign me this under LGM SOC i will be doing in java language

joshi-kaushal commented 3 years ago

I would love to try this in C

Rounak-chauhan commented 3 years ago

@Amit366 sir please review my code

HarsheyP commented 3 years ago

Can i try this in C++ under LGMSOC'21?