ywang118 / bubble-sort

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bubble-sort

Bubble Sort is the simplest sorting algorithm that works by repeatedly swapping the adjacent elements if they are in wrong order.

Example: [2,7,4,1,5,3]

About


Languages

Language:JavaScript 86.7%Language:HTML 13.3%