Bubblesort. A sorting tool that arranges lists of numbers or objects in order.

github.com/addyosmani/bubblesort

Vaya's read on this project

Problem, audience, market, and the verdict — sign in to see it.

Updates

February 2016
  • Release v1.0.1.
  • Merge pull request #5 from nperez0111/patch-1
January 2016
  • Update index.js
  • Cache length.
March 2015
  • Merge pull request #3 from jasonsjones/master
February 2015
  • Merge pull request #4 from arthurvr/travisUpdate
  • Update `.travis.yml`
January 2015
  • fix 'Dependency Status' badge labels/links
  • Merge pull request #1 from coderaiser/patch-1
  • fixed link: addyosmani.com -> http://addyosmani.com
  • Release v1.0.0.
  • Add arr-objs example to README
  • Add object example
  • More tweaks
  • Formatting improvements
  • Update readme
  • Address issues with comparator
  • Support comparator
  • Support comparator
  • Add tests, readme