calculate column mean of a matrix - how to optimize?

前端 未结 0 1537
无人及你
无人及你 2020-12-22 03:26

input:

[
[1,2,3,4,5],
[5,4,3,2,1],
[3,3,3,3,3]
]

output:

[3,3,3,3,3]

brute force solution:

def         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题