donnemartin / donnemartin/interactive-coding-challenges
Bug in add_reverse_solution
Open
needs-review
- Dominant language
- Python
- Stars
- 31.8k
- Forks
- 4.7k
- PR merge metrics
- No merged PRs in 30d
Description
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
```
Contributor guide
Assessment
This issue has not been assessed yet.