We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0989a2c commit 9898007Copy full SHA for 9898007
matrix/diagonal_traversal.py
@@ -1,5 +1,6 @@
1
from typing import List
2
3
+
4
def find_diagonal_order(mat: List[List[int]]) -> List[int]:
5
"""
6
Returns the elements of the matrix in diagonal order.
0 commit comments