Skip to content

othmane099/Bubble-Sort-D3.js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 

Repository files navigation

Bubble Sort with D3js

This app is created using D3.js, it help us to visualize and understand bubble sort, with the possibility to control the sorting's speed which in ms.

Bubble Sort

Bubble Sort

Bubble Sort is a simple sorting algorithm, for more informations check wikipedia article.

Installation 🔌

  1. Download the repository files or clone this project by typing in the bash the following command:
git clone https://github.com/othmane099/Bubble-Sort-D3.js.git
  1. Open the project in vscode.

  2. Run the application using Live Server extention.

Contributing 💡

If you want to contribute to this project and make it better with new ideas or by adding other sorting algorithms, your pull request is very welcomed. If you find any issue just put it in the repository issue section, thank you.