Add square (matrix index) iterator
Open
- Dominant language
- Java
- Stars
- 0
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
An iterator that returns neighboors of previous points (in a form of a square)
Given matrix:
```
123
456
789
```
would output 5 1 2 3 6 9 8 7 4
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.