Video #10 - PHP Bubble Sort

1 year ago
41

Bubble sort is a basic algorithm for sorting an array. I am using ‘count()’ function to count the number of elements in an array. And by change the < (less than) sign for the > (greater than) sign you reverse the sort.

Loading comments...