{"id":18777029,"url":"https://github.com/raj-roy/leetcode-add-two-numbers","last_synced_at":"2025-12-16T16:30:18.966Z","repository":{"id":261550545,"uuid":"884618510","full_name":"raj-roy/leetcode-add-two-numbers","owner":"raj-roy","description":null,"archived":false,"fork":false,"pushed_at":"2024-11-07T06:09:14.000Z","size":9,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"dev","last_synced_at":"2024-12-29T09:43:31.827Z","etag":null,"topics":["csharp","csharp-code","leetcode","leetcode-csharp","leetcode-solutions","solution"],"latest_commit_sha":null,"homepage":"","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/raj-roy.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-11-07T04:38:03.000Z","updated_at":"2024-11-07T06:09:18.000Z","dependencies_parsed_at":"2024-11-07T06:34:12.165Z","dependency_job_id":null,"html_url":"https://github.com/raj-roy/leetcode-add-two-numbers","commit_stats":null,"previous_names":["raj-roy/leetcode-add-two-numbers"],"tags_count":0,"template":false,"template_full_name":"raj-roy/leetcode-template","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/raj-roy%2Fleetcode-add-two-numbers","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/raj-roy%2Fleetcode-add-two-numbers/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/raj-roy%2Fleetcode-add-two-numbers/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/raj-roy%2Fleetcode-add-two-numbers/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/raj-roy","download_url":"https://codeload.github.com/raj-roy/leetcode-add-two-numbers/tar.gz/refs/heads/dev","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239687160,"owners_count":19680671,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["csharp","csharp-code","leetcode","leetcode-csharp","leetcode-solutions","solution"],"created_at":"2024-11-07T20:08:16.995Z","updated_at":"2025-12-16T16:30:18.915Z","avatar_url":"https://github.com/raj-roy.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Add Two Numbers\n\n## Porblem Statement\nYou 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.\nYou may assume the two numbers do not contain any leading zero, except the number 0 itself.\n\n \n## Explanation\n**Example 1:**\n**Input**: \nL1 = [2,4,3], \nL2 = [5,6,4]\n\u003cbr /\u003e\n**Output**: [7,0,8]\nExplanation: 342 + 465 = 807.\n\u003cbr /\u003e\n\n**Example 2:**\n**Input**: l1 = [0], l2 = [0]\n**Output**: [0]\n\n\u003cbr /\u003e\n**Example** 3:\n**Input**: l1 = [9,9,9,9,9,9,9], l2 = [9,9,9,9]\n**Output**: [8,9,9,9,0,0,0,1]\n \n\n### Constraints:\n\n- The number of nodes in each linked list is in the range [1, 100].\n- 0 \u003c= Node.val \u003c= 9\n- It is guaranteed that the list represents a number that does not have leading zeros.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fraj-roy%2Fleetcode-add-two-numbers","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fraj-roy%2Fleetcode-add-two-numbers","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fraj-roy%2Fleetcode-add-two-numbers/lists"}