Skip to content

Sevii/quicksortjs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

quicksortjs

Hey, this is an implementation of quicksort on numbers in javascript that I made to work on algorithms and to practice testing in javascript. I am reasonably sure that I am complying with the license (MIT) of jasmine but can remove lib/ if I am in violation after all.

Using the function:

return type - Javascript array []

args - a Javascript array of numbers, ex [1,3,4,5,6]

TODO: Add tests that tell me how fast my implementation is.

About

My implementation of Quicksort in javascript

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published