Adding two numbers represented as reversed linked list
Oct 7, 2022 · 4 min read · In the LeetCode Problem #2, we are given two numbers, with each digit represented in a node of the linked lists in reversed order. The task is to find the sum of those numbers and return the result in the form of a linked list again in reversed order...
Join discussion
































