1.0.4 • Published 7 years ago

dmg-sortme v1.0.4

Weekly downloads
1
License
ISC
Repository
github
Last release
7 years ago

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.