Skip to content

heyderpd/npm-quick-sort

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

q-sort : simple and fast quick-sort

All process have a avg of 0~1 mileseconds!!!

Using a array of 3.000 itens all process have a avg 21 mileseconds !!!

I will help if you have any difficulty =)

Contact me by github:heyderpd. I'll be glad to help you.

Thanks for npm~lucasmreis

npm install --save q-sort

Example:

const quickSort = require('q-sort')

const array = [5, 6, 2, 8, 4, 9, 3, 7, 1, 0]

quickSort(array) // [0, 1, 2, 3, 4, 5, 6, 7, 8, 9]

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published