Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

dict python inpmenttion

Input: matrix = [[1,2,3],[4,5,6],[7,8,9]]
Output: [1,2,3,6,9,8,7,4,5]
Source by leetcode.com #
 
PREVIOUS NEXT
Tagged: #dict #python #inpmenttion
ADD COMMENT
Topic
Name
6+8 =