Join Slack
Powered by
What's the best choice of data structure?
# getting-started
k
Kevin
01/16/2019, 4:01 AM
What's the best choice of data structure?
a
Alan Evans
01/16/2019, 12:07 PM
Any number of dimensions?
k
Kevin
01/16/2019, 6:38 PM
Currently 8 and 12 but I want to be able to have arbitrary positive dimensions ideally.
a
Alan Evans
01/16/2019, 6:55 PM
I would say probably a list, but if you make a new type,
Vector
you will have the option to change the internal representation later.
Open in Slack
Previous
Next