Rust : Implement a Multidimensional Matrix or Tree

后端 未结 0 1815
自闭症患者
自闭症患者 2020-12-18 09:15

Todays advent of code challenge was about a 3, and then, 4-dimensonal matrix. I chose to represent this is a simple struct

struct Coordinate {
    x: i32,
            


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