BlogHide Resteemsakthecoder (25)in ds-algo • 3 years agoLeetcode Problem 2 - Add two numbersProblem 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…akthecoder (25)in ds-also • 3 years agoLeetcode problem 1 - Two sumProblem: Given an array of integers nums and an integer target, return indices of the two numbers such that they add up to target. You may assume that each input would have exactly one solution…