Skip to content

FreeMasen/Sorting-Vis

Repository files navigation

Sorting Visualization

This project generates a series of svg visualizations of sorting algorithms.

By default is uses 13 values generated in a very not random way, to provide your own values you can provide them as command line arguments.

If one argument is provided, it can be a path to a json file containing a single number array.

node ./index.js ./path/to/data.json

You can also provide a list of numbers as arguments.

node ./index.js 5 7 8 0 3 4 99 10 888 30

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published