Dyalog / Dyalog/MDAPL

Potential issue with exercise J10

Open
#49 2 comments 1 reaction 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.