Baike.dev
All toolsAI codingTrendingOpen sourceNewsSubmit
Log in
Back to tool/Back to issues
#248·interactive-coding-challenges

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->9

Expected:

Result: 5->4->2->0->0->1

Actual:

Result: 5->4->2->0->1

Source: donnemartin/interactive-coding-challenges

View original on GitHubView discussion on GitHub