Skip to content

tho-graf/functional-js-quicksort

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

quicksort-js

This is a functional approach to implement the quicksort algorithm in JavaScript.

As a result of ES5/ES6 Feature the implementation is pretty short.

  • Array.prototype.reduce (ES5)
  • Destructuring of Arrays (ES6)
  • Array Spread Operator (ES6) and
  • Arrow Functions (ES6)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published