Data-Structures-and-Algorithms-in-cpp icon indicating copy to clipboard operation
Data-Structures-and-Algorithms-in-cpp copied to clipboard

Rotate digits of a number by K

Open micky2001 opened this issue 3 years ago • 8 comments

micky2001 avatar Apr 08 '21 11:04 micky2001

number => 123456 k => 2 (rotate clockwise | shift left) result => 345612 is this is what's needed

mahendra1290 avatar Apr 14 '21 12:04 mahendra1290

i can work on this

mahendra1290 avatar Apr 14 '21 12:04 mahendra1290

@micky2001 Are you still working on this or should I assign it to @mahendra1290 ?

amritansh22 avatar Apr 14 '21 14:04 amritansh22

hello @amritansh22 can I work on this issue??

Badal-Jha avatar May 08 '21 11:05 Badal-Jha

@Badal-Jha Yes sure. Open a PR once done

amritansh22 avatar May 08 '21 11:05 amritansh22

@amritansh22 if @Badal-Jha is not working on this issue, please assign this issue to me.

akshatnema avatar Jul 25 '21 15:07 akshatnema

@AKSHATNEMA Done

amritansh22 avatar Jul 26 '21 08:07 amritansh22

Please assign this issue to me.

rahulmangla28 avatar Oct 06 '23 20:10 rahulmangla28