alexandermorales-dev / bubble-sort

This project offers one way of sorting a group of items in an array, where each element is compared to the one next to it and they are swapped if the one on the left is larger than the one on the right. This continues until the array is eventually sorted.
3 stars 0 forks source link