|
|
|
Ask HN: Is knowledge of algorithms overrated in software development
|
|
3 points
by denzell
3547 days ago
|
|
Is there a necessity to have a good understanding of algorithms to be a good software developer? I know some fantastic developers, who are great problem solvers, and they couldn't tell an algorithm from an apple. It seems all interviews and discussions revert to a grading based on algorithm understanding, and it feels like too much emphasis is placed on one marker of competency. |
|
Knowing as in knowing rough categories and being able discuss big O characteristics when needed? Super useful. I could maybe implement one or two dictionaries. Badly. But I know what alternatives there are, what names to google for if I ever do need a custom dictionary, and how to define what I'm looking for (for example lockfree inserts, or ordered keys, or max 2 memory lookups per key, etc.)