Ask HN: As a senior developer, should I fix my missing CS education?
I can't tell you how to write a bubble sort, I can't tell you differences between different sorting algorithms, I understand Big O notation but can't look at code and instinctively apply the notation, I know no path finding algorithms, and beyond arrays and hashes I don't know data structures like trees, double linked lists, and so on.
My not so simple question is this: should I spend time learning these things at this point? Will it help me problem solve but looking at a problem in a new light (or a previous solution in a new light)? Or given that I got this far without needing a formal CS education should I continue picking up what I need as I encounter it? Assume for now that I am not interested in engineering management / leadership roles.