Potential issue with exercise J10
Open
- Dominant language
- Python
- Stars
- 46
- Forks
- 9
- PR merge metrics
- No merged PRs in 30d
Description
both provided solutions (In1, In2) for exercise J10 exhibit unexpected behavior due to a wrap-around issue:
```
'xx' In1 'x 123 xx 321 x'
┌→───┐
│7 14│
└~───┘
'xx' In2 'x 123 xx 321 x'
┌→───┐
│7 14│
└~───┘
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.