UNPKG

algosort

Version:

This node package is for all javascript developers who are interested in sorting algorithms. This package gives you the possibility to choose between many different sorting algorithms. This package will output a two dimensional array of all numbers in dif

12 lines (11 loc) 348 B
<!DOCTYPE html> <html lang="en" dir="ltr"> <head> <meta charset="utf-8"> <title>AlgoSort</title> <script src="/index.5ef14ffa.js"></script> </head> <body> <canvas class="algosort" speed="50" bars="20" barcolor="blue" algorithm="selectionsort" output="afterEachNumber" width="1000px" height="250px"></canvas> </body> </html>