Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 583 Bytes

README.md

File metadata and controls

27 lines (18 loc) · 583 Bytes

Sorting visualizer on React

View project demo or access it locally

git clone https://github.com/tmneth/sorting-visualizer.git
cd sorting-visualizer
npm install
npm run start

Features

  • Control array size & visualization speed
  • Select one of the several sorting algorithms
  • View color interpolation (gradient creation) in action

Examples

_mergeSort _quickSort _heapSort