Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

function request #27

Open
ZHENGSY opened this issue Apr 2, 2019 · 0 comments
Open

function request #27

ZHENGSY opened this issue Apr 2, 2019 · 0 comments

Comments

@ZHENGSY
Copy link

ZHENGSY commented Apr 2, 2019

Could you pls consider adding a new way to shift array? Like this
Before shift:
1 4 7
2 5 8
3 6 9

after clockwise shift:
2 1 4
3 5 7
6 9 8

and anti-clockwise, something like that.

It seemed a little bit tedious, but quite useful to me.

Thank you for your code!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant