Question: Describe a time when you optimized a slow algorithm in a project. How did you answer this question? I explained a project where I reduced time complexity from O(n²) to O(n log n) by using a priority queue. I walked through my thought process, testing methods, and performance improvements, highlighting measurable results.