Keshav Bistksvbist.hashnode.dev·Oct 7, 2022Adding two numbers represented as reversed linked listIn 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...73 readsLEETCODE (GO)Leetcode2