Bubble Sort

This is the continuation of the previous article about the dynamic array data structure. If you didn’t read it you can read it clicking here. One of the prerequisites of doing a binary search is that the array or list has to be sorted. The algorithm that is usually taught as the first sorting algorithm… Continue reading Bubble Sort