haydenbetts / color-sort-visualizer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Visualize Common Sorting Algorithms With Color

GitHub version License

Background

Too often, sorting algorithms are visualized by using arrays of integers. Since raw pixel buffers (as they exist in the 2D Canvas), are just arrays of integers as well, we can use standard implementations of common sorting algorithms to visualize them.

Author

  • Hayden Betts Twitter Follow

License

Usage is provided under the MIT License. See LICENSE for the full details.

About


Languages

Language:JavaScript 47.6%Language:HTML 32.7%Language:CSS 19.8%