Using the Big-O runtime complexity, how many times longer will sorting a list of 15 elements using Bubble sort be compared to sorting a list of 5 elements?
1) (1)/(3)
2) 3
3) 9
4) (1)/(9)