Skip to content

Commit 9898007

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 0989a2c commit 9898007

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

matrix/diagonal_traversal.py

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
from typing import List
22

3+
34
def find_diagonal_order(mat: List[List[int]]) -> List[int]:
45
"""
56
Returns the elements of the matrix in diagonal order.

0 commit comments

Comments
 (0)