Bug in add_reverse_solution
Author: rliu054Created Sep 10, 2018Updated Oct 6, 2023
Labelsneeds-review
Input:
Input 1: 6->5->4
Input 2: 9->8->7->9->9Expected:
Result: 5->4->2->0->0->1Actual:
Result: 5->4->2->0->1Source: donnemartin/interactive-coding-challenges