Searching
2 problems from Rosalind — Algorithmic Heights. Press Run on any block to execute it in your browser.
BINS — Binary Search
solved Problem statement
MED — Median
solved Problem statement
Quickselect: recurses into one side only, so it answers the question without sorting. Cross-checked against sorting in the assertion.