Toy problem: BubbleSort. Hack Reactor | by Fakhreddine MESSAOUDI - Medium
Hack Reactor. Hello guys, today I’m going to explain the bubble sort algorithm and explain it as simply as I can. ... In this toy problem, we have the most basic sorting algorithm also it's easy to understand. First of all, let’s take this example [5,6,2,3]: The first thing you need to know is, we will be checking and comparing every two ...