Skip to content

emirtuglu/Sorting-Algorithms-Visualizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sorting Algorithms Visualizer

A static web page that visualizes popular sorting algorithms and allows users to test their algorithms knowledge by trying to sort the array with correct steps.

Link: https://emirtuglu.github.io/Sorting-Algorithms-Visualizer

Features

  • Visualization of Bubble sort, selection sort, insertion sort, merge sort, and quick sort algorithms
  • Option to manually sort the array using the selected algorithm
  • Adjustable array size and sorting speed
  • Pause and resume functionality for the sorting process
  • Responsive design for an optimal user experience on any device

Built With

  • HTML, CSS, JavaScript
  • p5.js