Adding two numbers represented as reversed linked list
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...
Oct 7, 20224 min read96
