I’m interested in more of a universal design patterns but moving data around is my prevailing interest.
Stuff like copy on like classes vs structures, how data gets passed around, copied, deleted, etc I think
I’m interested in more of a universal design patterns but moving data around is my prevailing interest.
Stuff like copy on like classes vs structures, how data gets passed around, copied, deleted, etc I think
It sounds like you’re asking about algorithms, which are (sort of) language-agnostic.
You’ll find some neat stuff if you search for bubble sort, Dijkstra’s algorithm, tree sort, hashing, complexity theory, and number theory. The last two are more theoretical.
To my knowledge, Introduction to Algorithms is the standard textbook used to teach university students about them. When I was in uni, it seemed to be the standard. Some people find it accessible. I did not.