/bubble-sort

Primary LanguageJavaScript

This is a program that implements the bubble sort algorithm on sets that can be ordered

Usage:

const bubble = require("./bubble")

bubble([4,23,5,6,64,1], true)