|
|
|
|
|
by bmay
3536 days ago
|
|
> In the real world, you use a well-tested premade off the shelf library to traverse a DAG or implement a red/black tree. How do you know that DAGs and rb-trees are the best solution to your problem if you don't even know basic data structures? |
|
If you can drive, you probably have a pretty good idea of whether a car or a truck or a motorcycle or a tank is the best vehicle for a particular transport application, and you can probably actually drive all of those with minimal practice. That doesn't require you to know how to build a car, a truck, a motorcycle, and a tank from scratch. That's a different skillset.
Google pays far above market rate, so they have the luxury of hiring petrochemists to work a gas pump. Even at Google, once all the shiny is stripped away, most of the projects are simple CRUD.