#quick #partitioning #implemented #algorithm #median #pivot #selection

quick_select

The Quick Select algorithm for Vec implemented in rust using Lomunto partitioning

1 stable release

1.0.0 Aug 23, 2020

#2 in #pivot

Download history 39/week @ 2024-11-30 39/week @ 2024-12-07 52/week @ 2024-12-14 20/week @ 2024-12-21 1/week @ 2024-12-28 25/week @ 2025-01-04 33/week @ 2025-01-11 16/week @ 2025-01-18 4/week @ 2025-01-25 40/week @ 2025-02-01 69/week @ 2025-02-08 74/week @ 2025-02-15 38/week @ 2025-02-22 13/week @ 2025-03-01 23/week @ 2025-03-08

163 downloads per month

MIT license

4KB
82 lines

Quick Select

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

No runtime deps