Data Interview Qs - Rotating a matrix

InterviewQs

Rotating a matrix

Python Data Structures Algorithms Matrix Multiplication

Forward this email to a friend or colleague and challenge them to solve it.

Hi, 

Suppose you are given matrix M, with dimensions N by N. Write a function that rotates the matrix M by 90 degrees in either direction (clockwise or counterclockwise).

For example, if you're given the following matrix:

    

[[4, 6, 7],

[2, 3, 8],

[9, 10, 23]]

Your function should return the following if you're rotating clockwise:

    

[[9, 2, 4],

[10, 3, 6],

[23, 8, 7]]

...and if you're rotating counterclockwise, it should return:

    

[[7, 8, 23],

[6, 3, 10],

[4, 2, 9]]

Our solution will be written using Python for premium users.


 

You’ve accumulated 379 questions since joining our email list. Create a premium account to access detailed solutions to each problem (including this one) + our new Case studies.


Was this email forwarded to you? You can join our list here to receive questions

How did you like today's question?

15411 Boischatel, Montreal, QC, H9H1Y7, Canada
Don't want to get these emails anymore? We'll forgive you if you unsubscribe

Key phrases

Older messages

Experiment with a coin

Wednesday, November 30, 2022

Statistics, Probability Theory, Central Limit Theorem, InterviewQs Experiment with a coin Statistics Probability Theory Central Limit Theorem Forward this email to a friend or colleague and challenge

Pairing animals together based on weight difference in SQL

Monday, November 28, 2022

SQL, Database Querying, CROSS JOIN, InterviewQs Pairing animals together based on weight difference in SQL SQL Database Querying CROSS JOIN Forward this email to a friend or colleague and challenge

Calculating utilization rates of storage units

Friday, November 25, 2022

Python, Data Structures, External Dataset, InterviewQs Calculating utilization rates of storage units Python Data Structures External Dataset Forward this email to a friend or colleague and challenge

Array algorithm, noting complexity

Wednesday, November 23, 2022

Python, Data Structures, Arrays, Complexity, Big O, InterviewQs Array algorithm, noting complexity Python Data Structures Arrays Complexity Big O Forward this email to a friend or colleague and

Removing a trend from time series data

Monday, November 21, 2022

Detrending, Machine Learning, Data Manipulation, Python, Forecast, InterviewQs Removing a trend from time series data Detrending Machine Learning Data Manipulation Python Forecast Forward this email to

You Might Also Like

Some Tesla Supercharger jobs get a jolt

Tuesday, April 30, 2024

Plus: Amazon CodeWhisperer changes its name and Arc gets a Windows version View this email online in your browser By Christine Hall Tuesday, April 30, 2024 Welcome to TechCrunch PM, bringing you the

Relief From Tinnitus: Free Discovery Call!

Tuesday, April 30, 2024

Do you suffer from tinnitus or a ringing in your ears? 1 in 3 adults over the age of 65 will suffer from this condition and often don't know there are things you can do to help. Our friends at

WebAIM April 2024 Newsletter

Tuesday, April 30, 2024

WebAIM April 2024 Newsletter Read this newsletter online at https://webaim.org/newsletter/2024/april Feature Web Accessibility in the 2024 Presidential Campaigns WebAIM's John Northup ran the US

👀 Being More Productive on a Smaller Screen — How to Hide Games on Steam Family Sharing

Tuesday, April 30, 2024

Also: What to Expect From Apple's "Let Loose" Event, and More! How-To Geek Logo April 30, 2024 Did You Know The letter J is the only letter that makes no appearance on the Periodic Table.

PEP 686, Lazy Evaluation, Serverless Python, and More

Tuesday, April 30, 2024

PEP 686: Make UTF-8 Mode Default #627 – APRIL 30, 2024 VIEW IN BROWSER The PyCoder's Weekly Logo PEP 686: Make UTF-8 Mode Default This Python Enhancement Proposal outlines making UTF-8 the default

Daily Coding Problem: Problem #1427 [Easy]

Tuesday, April 30, 2024

Daily Coding Problem Good morning! Here's your coding interview problem for today. This problem was asked by Amazon. Given an array and a number k that's smaller than the length of the array,

🎙 My advice for film + TV creatives on the AI wave

Tuesday, April 30, 2024

Learning AI fast + Karate Kid references ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌

Ranked | The Top 20 Countries in Debt to China 💸

Tuesday, April 30, 2024

The 20 nations featured in this graphic each owe billions in debt to China, often posing concerns for their economic future. View Online | Subscribe Presented by Voronoi: The App Where Data Tells the

Noonification: RaspberryPi: Technology Overload - LAMP🕯 to UASP🐝

Tuesday, April 30, 2024

Top Tech Content sent at Noon! The first AI-powered startup unlocking the “billionaire economy” for your benefit How are you, @newsletterest1? 🪐 What's happening in tech this week: The

Issue #50: ScreenFloat by Matthias Gansrigler

Tuesday, April 30, 2024

Today, we're looking at ScreenFloat by Matthias Gansrigler. ScreenFloat is a screenshot management utility that lets you create floating screenshots so you can easily reference them no matter what