This content originally appeared on DEV Community and was authored by The Nerdy Dev
Hey guys ??,
I just released a new video on solving an interview problem :
Rotate a Matrix by 90 degrees (anticlockwise)
In this video, we will solve the problem of rotating the matrix by 90 degree in anticlockwise direction. We will first understand the approach that we will be taking for solving this question. So we will be using the Two Pointer Approach for solving this problem. So for this problem, we will first need to compute the transpose of the matrix and then we need to do a reversal of columns using the Two Pointer approach.
Once we are done with the understanding of the approach, we will implement it together. After the implementation, we will do a quick dry run analysis of the code.
Support my channel:
? Join the Discord community ????: https://discord.gg/fgbtN2a
Follow me on:
? Twitter: https://twitter.com/The_Nerdy_Dev
? Instagram: https://instagram.com/thenerdydev
Thanks for reading! ?
This content originally appeared on DEV Community and was authored by The Nerdy Dev
The Nerdy Dev | Sciencx (2021-09-12T07:05:19+00:00) Data Structures Interview Problem – Rotate a Matrix by 90 degrees (anticlockwise). Retrieved from https://www.scien.cx/2021/09/12/data-structures-interview-problem-rotate-a-matrix-by-90-degrees-anticlockwise/
Please log in to upload a file.
There are no updates yet.
Click the Upload button above to add an update.