Earlier quoted context omitted.
...and everyone knows code has nothing to do with algorithms and data structures.
Well, if you’re doing yet another software as a service CRUD app or another bespoke app that will never be seen outside of a company - like most developers - knowing: Given a binary tree, return the level order traversal of its nodes' values. (ie, from left to right, level by level). Isn’t that useful or how to invert a binary tree. I would much rather you show some competence in the language we are using. Knowing le…
Knowing algorithms and data structures pretty well, is the difference between an update button taking a couple of minutes, or milliseconds.