Discussion about this post

User's avatar
Kanaye Varma's avatar

Ngl when I read the title I thought you were going to discuss the tree data structure 🤣

I liked the journey, it was fun to read. I was thinking though that if individual trees can’t be told apart from one another, chances are you aren’t interested to identify specific trees. In that case, grouping them by species for example would be more useful to use as a key. But as you said, it depends on what you want to do with the data.

Expand full comment
Wyrd Smythe's avatar

I can't say I've ever done it in regard to actual trees, but I'm with you on constantly thinking about how I'd implement something. And data structures are a central part of that. I often end up banging out some Python. (Did it just last week on a Numberphile video I saw.)

Long ago I mentored a buddy of mine through an adult education CS degree. He mentioned that his teachers said the Data Structures class tended to filter out the wannabes. If you can wrap your head around the abstractions needed to design data structures, you have the necessary mindset to design code. I think that's about right.

Expand full comment
9 more comments...

No posts