Spiral Matrix Order
Given a 2D matrix, return all elements in clockwise spiral order starting from the top-left.
Spiral Matrix Traversal
Implement a function that returns the elements of a 2D matrix in clockwise spiral order.
Search a 2D Matrix II
Implement an efficient search for a target in a matrix where each row and each column is sorted in ascending order.
Matrix Block Sum
Given a 2D matrix and a block size, compute the sum of each block centered at every cell.
Showing 4 challenges · Matrix & 2D Arrays
Matrix & 2D Arrays — Python coding challenges
What you will find here
This page lists matrix & 2d arrays challenges — real Python problems you solve in the browser IDE with instant test feedback. Each challenge includes a clear brief, starter code, and automated checks.
Challenges vs tutorials and quizzes
Challenges test what you can build under constraints. For guided teaching, use our Python tutorials. For quick checks, try quizzes or copy snippets from code samples.