A project manager asks why the team switched from bubble sort to merge sort for a large dataset. What is the most effective way to communicate this technical decision?
-
A
Explain using Big-O notation and complexity theory
-
B
Show a before-and-after runtime comparison with actual data
-
C
Say the old algorithm was 'too slow'
-
D
Refer them to the algorithm's Wikipedia page