Less Info

An algorithm that sorts a list by comparing between two adjacent items and swap places if they are in the wrong order. The algorithm iterates repeatedly. In each iteration, the next item is bubbled up to the correct place.

First appear on: Задание 149