jwmoz 3 days ago

It's def not "Raw mental horsepower" it's more knowing an obscure algorithmic trick.

1
wapeoifjaweofji 3 days ago

People love to say things like this. In my experience on both sides of these coding interviews in FAANG companies, the questions are basically never algorithmically intensive.

The furthest I've ever seen it go in practice: binary search, BFS/DFS, hash tables. I've never seen any more obscure algorithmic trick than standard uses of these algorithms and data structures.

I'm not saying leetcode doesn't have more insane questions, but interviews tend to be straightforward.