codinasion-archive / codinasion-monorepo

Community Monorepo
https://codinasion.org
MIT License
52 stars 170 forks source link

[Program]: Write a Ruby program to cylindrically rotate a matrix by 90 degrees #4110

Closed harshraj8843 closed 1 year ago

harshraj8843 commented 1 year ago

Description

Write a Ruby program to cylindrically rotate a matrix by 90 degrees

Input  :
1 2 3
4 5 6
7 8 9

Output :
7 4 1
8 5 2
9 6 3
How to contribute - Save the solution in `program/program/cylindrically-rotate-a-matrix-by-90-degrees/CylindricallyRotateAMatrixBy90Degrees.rb` file
mayankbhatt07141 commented 1 year ago

HI @harshraj8843, Please assign this issue to me. Thanks.

harshraj8843 commented 1 year ago

Hey @mayankbhatt07141

You can comment !assign on any good first issue you want to contribute to, to be auto-assigned 🤗

!assign
mayankbhatt07141 commented 1 year ago

!assign

harshraj8843 commented 1 year ago

Closed by https://github.com/codinasion/program/pull/6639