Matrix "Hatching"

Matrix "Hatching"

You are given a 2-dimensional matrix: a list of lists of integers. Your function should return another Iterable of lists, where each inner list is a sequence of matrix elements on the same diagonal "stroke". The order...

You should be an authorized user in order to see the full description and start solving this mission.