jasmineyadav7788 / Sorting_visualiser

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sorting Visualizer

A simple sorting visualizer project using HTML, CSS, and JavaScript to demonstrate the bubble sort algorithm.

Features

  • Visualizes the bubble sort algorithm.
  • Generates a random array for sorting.

How to Use

  1. Clone the repository.
  2. Open index.html in a browser.
  3. Click "Generate New Array" to create a random array.
  4. Click "Bubble Sort" to visualize the sorting process.

Customization

  • Add more sorting algorithms.
  • Adjust the array size.
  • Enhance styling.

Contributing

Feel free to contribute! Fork the project, create a new branch, and open a pull request.

About


Languages

Language:JavaScript 66.9%Language:HTML 19.3%Language:CSS 13.8%