dmg-sortme
v1.0.4
Published
This package gives you different Sorting-Algorithms
Downloads
7
Maintainers
Readme
dmg-sortMe
Welcome!
sortMe provides different functions to sort your arrays.
Motivation
Hello! This Package was made by Dylan Gonzalez for learning purposes. Also this package can prove what sorting algorithm is the fastest one.
Installation with Node
To install with Node, open your terminal and go to your project directory.
Then do npm install dmg-sortme
.
Content
The current version of sortMe features 4 different kinds of sorts: -Bubblesort -Mergesort -Selectionsort -Javascript standart sort
As expected the Javascript standart sort is the fastest.