Skip to content
This repository has been archived by the owner on May 31, 2023. It is now read-only.

finished working the rotate matrix challenge #5698

Merged
merged 4 commits into from
Dec 17, 2022

Conversation

SarahTek
Copy link
Contributor

@SarahTek SarahTek commented Dec 12, 2022

Why:

Closes codinasion/codinasion#4103

What's being changed:

@SarahTek SarahTek requested review from a team and victoriacheng15 December 12, 2022 18:27
@codinasion-bot
Copy link

👋🏻 Hey @SarahTek

💖 Thanks for opening this pull request 💖

This PR will be reviewed and merged shortly.

@vercel

This comment was marked as off-topic.

@codinasion-bot codinasion-bot bot added the triage Waiting for review label Dec 12, 2022
@victoriacheng15

This comment was marked as outdated.

Copy link
Member

@victoriacheng15 victoriacheng15 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

j is not defined after ran it.

image

@harshraj8843 harshraj8843 added JavaScript js related and removed triage Waiting for review labels Dec 17, 2022
@codinasion-bot codinasion-bot bot changed the title finished working the rotate matrix challenge [ 🚧 WIP ] finished working the rotate matrix challenge Dec 17, 2022
Initial matrix:
1 1 1 
2 2 2 
3 3 3 

Rotated matrix:
3 2 1 
3 2 1 
3 2 1
@vercel vercel bot temporarily deployed to Preview – program-website December 17, 2022 15:18 Inactive
@vercel vercel bot temporarily deployed to Preview – program-website December 17, 2022 21:42 Inactive
@harshraj8843 harshraj8843 merged commit 80877ae into codinasion:master Dec 17, 2022
@codinasion-bot
Copy link

Thanks very much for contributing!

Your pull request has been merged 🎉 You should see your changes appear on the site in approximately 24 hours.

Support this project by giving it a star ⭐.

Join Our Community

If you're looking for your next contribution, check out our help wanted issues

@codinasion-bot codinasion-bot bot changed the title [ 🚧 WIP ] finished working the rotate matrix challenge finished working the rotate matrix challenge Dec 17, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
JavaScript js related
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Write a JavaScript program to cylindrically rotate a matrix by 90 degrees
5 participants