Skip to content

Latest commit

 

History

History
25 lines (20 loc) · 579 Bytes

README.md

File metadata and controls

25 lines (20 loc) · 579 Bytes

Walk-Around-Matrix

walk around matrix in py, runs from the edges to the center in a circle

to a 8 dimension

[0, 0, 0, 0, 0, 0, 0, 0] [0, 0, 0, 0, 0, 0, 0, 0] [0, 0, 0, 0, 0, 0, 0, 0] [0, 0, 0, 0, 0, 0, 0, 0] [0, 0, 0, 0, 0, 0, 0, 0] [0, 0, 0, 0, 0, 0, 0, 0] [0, 0, 0, 0, 0, 0, 0, 0] [0, 0, 0, 0, 0, 0, 0, 0]

to

[1, 2, 3, 4, 5, 6, 7, 8] [28, 29, 30, 31, 32, 33, 34, 9] [27, 48, 49, 50, 51, 52, 35, 10] [26, 47, 60, 61, 62, 53, 36, 11] [25, 46, 59, 0, 63, 54, 37, 12] [24, 45, 58, 57, 56, 55, 38, 13] [23, 44, 43, 42, 41, 40, 39, 14] [22, 21, 20, 19, 18, 17, 16, 15]