node-quickselect

JavaScript selection algorithm
  https://github.com/mourner/quickselect
  0
  no reviews



Quickselect is a tiny and fast selection algorithm in JavaScript, implementing Floyd-Rivest selection.

Node.js is an event-based server-side JavaScript engine.