Where are optimized solutions to leetcode problems being used?
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.
👤 keyle Accepted Answer ✓
- 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.