Skip to content

rudra-shukla/bubble-sort-algorithm

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bubble-sort-algorithm

A bubble sort algorithm with mocha and chai testing Bubble sort, also referred to as comparison sort, is a simple sorting algorithm that repeatedly goes through the list, compares adjacent elements and swaps them if they are in the wrong order.

About

A bubble sort algorithm with mocha and chai testing

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 80.2%
  • HTML 18.2%
  • Other 1.6%