Consider the following array 23 15 5 12 40 10 7 After the first pass of a particular algorithm, the array looks like 15 5 12 23 10 7 40 Name the algorithm used? (A) Heap sort (B) Selection sort (C) Bubble sort (D) Insertion sortâ–ºCorrect Option Correct Option is: C