Ask HN: Where are optimized solutions to leetcode problems being used?

2 points by rahulskn86 ↗ HN
Of-course sorting problems are being used everywhere but I am trying to understand other applications which require that level of algorithmic knowledge as part of the day to day engineering work.

1 comment

[ 3.5 ms ] story [ 15.4 ms ] thread
- 3D rendering in game engine

- geo-spatial related problem, path finding etc.

- geo positioning

- low level networking

- shaders code

- physics and fluid simulation

- GPU stuff

I mean everywhere there is a problem to solve, there is depth to explore.