Set Matrix Zeros
Try to solve the Set Matrix Zeros problem.
We'll cover the following
1 of 3
2 of 3
3 of 3
Understand the problem#
Let’s take a moment to make sure you’ve correctly understood the problem. The quiz below helps you check if you’re are solving the correct problem:
Set Matrix Zeros
1
What is the correct output if the following matrix is given as input?
A)
B)
C)
D)
Question 1 of 30 attempted
Figure it out!#
We have a game for you to play. Rearrange the logical building blocks to develop a clearer understanding of how to solve this problem.
Try it yourself#
Implement your solution in the following coding playground.
Python
usercode > main.py
Set Matrix Zeros
Matrices: Introduction
Solution: Set Matrix Zeros