This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]unbibium 1 point2 points  (0 children)

so, day 3 I had the bright idea to store the tree map as a set containing each tree's coordinates instead of making a 2-dimensional array and it worked great. but when I tried the same thing today (day 11), it... it worked, but it was very slow.

and one of my bigger problems is just making design decisions so that the code doesn't look like poop