quick_select 1.0.0

The Quick Select algorithm for Vec implemented in rust using Lomunto partitioning.
Documentation
  • Coverage
  • 50%
    1 out of 2 items documented0 out of 1 items with examples
  • Size
  • Source code size: 3.63 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 1.01 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Links
  • Repository
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • notrodes

Quick Select

This is quick select implemented in rust using lomunto partitioning and median pivot selection.