DEV Community

Discussion on: Quick sort vs. Insertion sort

Collapse
 
abagames profile image
ABA Games

As you pointed out, it is not an exact insertion sort. It's a hybrid with bubble sort due to the lack of a 'set' instruction that directly sets the array's value.